Html Css Color HEX #271C4F Paua

📋 copy color: '#271C4F'

red 39 ◦ green 28 ◦ blue 79

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

Shades of Paua #271C4F

Tints of Paua #271C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.18%

 BLUE value IS 79 (31.25% from 255) = 54.11%

R = 26.71%
G = 19.18%
B = 54.11%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#271C4F (or 0x271C4F) is known color: Paua. HEX triplet: 27, 1C and 4F. RGB value is (39,28,79). Sum of RGB (Red+Green+Blue) = 39+28+79=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #271C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271C4F is #D8E3B0. Grayscale: #242424. Windows color (decimal): -14214065 or 5184551. OLE color: 5184551.

HSL color Cylindrical-coordinate representation of color #271C4F: hue angle of 252.94º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #271C4F is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 28 79 -
CMYK 0.51 0.65 0 0.69
HSL 252.94º 0.48% 0.21% -
HSV(B) 252.94º 0.65% 0.31% -
XYZ 2.66 1.83 7.61 -
YUV 37.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 39 28 79 0.51 0.65 0 0.69 252.94 0.48 0.21
Hex 27 1C 4F 33 41 0 45 FD 30 15
Octal 47 34 117 63 101 0 105 375 60 25
Binary 100111 11100 1001111 110011 1000001 0 1000101 11111101 110000 10101

Color Harmonies of #271C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C4F

Black with #271C4F

Text Example


Text Example

White with #271C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,28,79); }

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

background-color css

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

 a { background-color: rgb(39,28,79); }

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

border-color css

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

 span { border-color: rgb(39,28,79); }

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