Html Css Color HEX #271E55 Paua

📋 copy color: '#271E55'

red 39 ◦ green 30 ◦ blue 85

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

Shades of Paua #271E55

Tints of Paua #271E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.48%

 BLUE value IS 85 (33.59% from 255) = 55.19%

R = 25.32%
G = 19.48%
B = 55.19%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#271E55 (or 0x271E55) is known color: Paua. HEX triplet: 27, 1E and 55. RGB value is (39,30,85). Sum of RGB (Red+Green+Blue) = 39+30+85=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #271E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271E55 is #D8E1AA. Grayscale: #262626. Windows color (decimal): -14213547 or 5578279. OLE color: 5578279.

HSL color Cylindrical-coordinate representation of color #271E55: hue angle of 249.82º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #271E55 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 30 85 -
CMYK 0.54 0.65 0 0.67
HSL 249.82º 0.48% 0.23% -
HSV(B) 249.82º 0.65% 0.33% -
XYZ 2.94 2.02 8.83 -
YUV 38.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 39 30 85 0.54 0.65 0 0.67 249.82 0.48 0.23
Hex 27 1E 55 36 41 0 43 FA 30 17
Octal 47 36 125 66 101 0 103 372 60 27
Binary 100111 11110 1010101 110110 1000001 0 1000011 11111010 110000 10111

Color Harmonies of #271E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271E55

Black with #271E55

Text Example


Text Example

White with #271E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,30,85); }

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

background-color css

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

 a { background-color: rgb(39,30,85); }

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

border-color css

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

 span { border-color: rgb(39,30,85); }

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