Html Css Color HEX #211158 Paua

📋 copy color: '#211158'

red 33 ◦ green 17 ◦ blue 88

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

Shades of Paua #211158

Tints of Paua #211158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 63.77%

R = 23.91%
G = 12.32%
B = 63.77%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211158 (or 0x211158) is known color: Paua. HEX triplet: 21, 11 and 58. RGB value is (33,17,88). Sum of RGB (Red+Green+Blue) = 33+17+88=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #211158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211158 is #DEEEA7. Grayscale: #1D1D1D. Windows color (decimal): -14610088 or 5771553. OLE color: 5771553.

HSL color Cylindrical-coordinate representation of color #211158: hue angle of 253.52º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211158 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 17 88 -
CMYK 0.62 0.81 0 0.65
HSL 253.52º 0.68% 0.21% -
HSV(B) 253.52º 0.81% 0.35% -
XYZ 2.59 1.43 9.37 -
YUV 29.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 33 17 88 0.62 0.81 0 0.65 253.52 0.68 0.21
Hex 21 11 58 3E 51 0 41 FE 44 15
Octal 41 21 130 76 121 0 101 376 104 25
Binary 100001 10001 1011000 111110 1010001 0 1000001 11111110 1000100 10101

Color Harmonies of #211158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211158

Black with #211158

Text Example


Text Example

White with #211158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211158; }

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

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

background-color css

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

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

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

border-color css

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

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

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