Html Css Color HEX #271F4A Paua

📋 copy color: '#271F4A'

red 39 ◦ green 31 ◦ blue 74

#271F4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #271F4A

Tints of Paua #271F4A

RGB

 RED value IS 39 (15.63% from 255) = 27.08%

 GREEN value IS 31 (12.5% from 255) = 21.53%

 BLUE value IS 74 (29.3% from 255) = 51.39%

R = 27.08%
G = 21.53%
B = 51.39%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#271F4A (or 0x271F4A) is known color: Paua. HEX triplet: 27, 1F and 4A. RGB value is (39,31,74). Sum of RGB (Red+Green+Blue) = 39+31+74=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #271F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F4A is #D8E0B5. Grayscale: #262626. Windows color (decimal): -14213302 or 4857639. OLE color: 4857639.

HSL color Cylindrical-coordinate representation of color #271F4A: hue angle of 251.16º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #271F4A is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 31 74 -
CMYK 0.47 0.58 0 0.71
HSL 251.16º 0.41% 0.21% -
HSV(B) 251.16º 0.58% 0.29% -
XYZ 2.56 1.91 6.71 -
YUV 38.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 39 31 74 0.47 0.58 0 0.71 251.16 0.41 0.21
Hex 27 1F 4A 2F 3A 0 47 FB 29 15
Octal 47 37 112 57 72 0 107 373 51 25
Binary 100111 11111 1001010 101111 111010 0 1000111 11111011 101001 10101

Color Harmonies of #271F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F4A

Black with #271F4A

Text Example


Text Example

White with #271F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271F4A; }

 p { color: rgb(39,31,74); }

 H1.HeaderClassName
 {
   color: #271F4A;
 }
 .AnyTagClassName
 {
   color: #271F4A;
 }
</style>

background-color css

<style>
 a { background-color: #271F4A; }

 a { background-color: rgb(39,31,74); }

 div.DivClassName
 {
   background-color: #271F4A;
 }
 .BgClassName
 {
   background-color: #271F4A;
 }
</style>

border-color css

<style>
 span { border-color: #271F4A; }

 span { border-color: rgb(39,31,74); }

 td.TdClassName
 {
   border-color: #271F4A;
 }
 .TagClassName
 {
   border-color: #271F4A;
 }
</style>