Html Css Color HEX #211058 Paua

📋 copy color: '#211058'

red 33 ◦ green 16 ◦ blue 88

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

Shades of Paua #211058

Tints of Paua #211058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 24.09%
G = 11.68%
B = 64.23%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211058 (or 0x211058) is known color: Paua. HEX triplet: 21, 10 and 58. RGB value is (33,16,88). Sum of RGB (Red+Green+Blue) = 33+16+88=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #211058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211058 is #DEEFA7. Grayscale: #1D1D1D. Windows color (decimal): -14610344 or 5771297. OLE color: 5771297.

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

Color convert

RGB 33 16 88 -
CMYK 0.62 0.82 0 0.65
HSL 254.17º 0.69% 0.2% -
HSV(B) 254.17º 0.82% 0.35% -
XYZ 2.57 1.4 9.37 -
YUV 29.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 33 16 88 0.62 0.82 0 0.65 254.17 0.69 0.2
Hex 21 10 58 3E 52 0 41 FE 45 14
Octal 41 20 130 76 122 0 101 376 105 24
Binary 100001 10000 1011000 111110 1010010 0 1000001 11111110 1000101 10100

Color Harmonies of #211058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211058

Black with #211058

Text Example


Text Example

White with #211058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211058; }

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

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

background-color css

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

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

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

border-color css

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

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

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