Html Css Color HEX #271E57 Paua

📋 copy color: '#271E57'

red 39 ◦ green 30 ◦ blue 87

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

Shades of Paua #271E57

Tints of Paua #271E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 55.77%

R = 25%
G = 19.23%
B = 55.77%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#271E57 (or 0x271E57) is known color: Paua. HEX triplet: 27, 1E and 57. RGB value is (39,30,87). Sum of RGB (Red+Green+Blue) = 39+30+87=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #271E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271E57 is #D8E1A8. Grayscale: #262626. Windows color (decimal): -14213545 or 5709351. OLE color: 5709351.

HSL color Cylindrical-coordinate representation of color #271E57: hue angle of 249.47º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #271E57 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 39 30 87 -
CMYK 0.55 0.66 0 0.66
HSL 249.47º 0.49% 0.23% -
HSV(B) 249.47º 0.66% 0.34% -
XYZ 3.02 2.05 9.25 -
YUV 39.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 39 30 87 0.55 0.66 0 0.66 249.47 0.49 0.23
Hex 27 1E 57 37 42 0 42 F9 31 17
Octal 47 36 127 67 102 0 102 371 61 27
Binary 100111 11110 1010111 110111 1000010 0 1000010 11111001 110001 10111

Color Harmonies of #271E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271E57

Black with #271E57

Text Example


Text Example

White with #271E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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