Html Css Color HEX #211157 Paua

📋 copy color: '#211157'

red 33 ◦ green 17 ◦ blue 87

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

Shades of Paua #211157

Tints of Paua #211157

RGB

 RED value IS 33 (13.28% from 255) = 24.09%

 GREEN value IS 17 (7.03% from 255) = 12.41%

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

R = 24.09%
G = 12.41%
B = 63.5%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#211157 (or 0x211157) is known color: Paua. HEX triplet: 21, 11 and 57. RGB value is (33,17,87). Sum of RGB (Red+Green+Blue) = 33+17+87=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #211157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211157 is #DEEEA8. Grayscale: #1D1D1D. Windows color (decimal): -14610089 or 5706017. OLE color: 5706017.

HSL color Cylindrical-coordinate representation of color #211157: hue angle of 253.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211157 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 17 87 -
CMYK 0.62 0.80 0 0.66
HSL 253.71º 0.67% 0.2% -
HSV(B) 253.71º 0.8% 0.34% -
XYZ 2.55 1.41 9.16 -
YUV 29.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 33 17 87 0.62 0.80 0 0.66 253.71 0.67 0.2
Hex 21 11 57 3E 50 0 42 FE 43 14
Octal 41 21 127 76 120 0 102 376 103 24
Binary 100001 10001 1010111 111110 1010000 0 1000010 11111110 1000011 10100

Color Harmonies of #211157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211157

Black with #211157

Text Example


Text Example

White with #211157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211157; }

 p { color: rgb(33,17,87); }

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

background-color css

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

 a { background-color: rgb(33,17,87); }

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

border-color css

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

 span { border-color: rgb(33,17,87); }

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