Html Css Color HEX #211259 Paua

📋 copy color: '#211259'

red 33 ◦ green 18 ◦ blue 89

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

Shades of Paua #211259

Tints of Paua #211259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

 BLUE value IS 89 (35.16% from 255) = 63.57%

R = 23.57%
G = 12.86%
B = 63.57%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211259 (or 0x211259) is known color: Paua. HEX triplet: 21, 12 and 59. RGB value is (33,18,89). Sum of RGB (Red+Green+Blue) = 33+18+89=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #211259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211259 is #DEEDA6. Grayscale: #1E1E1E. Windows color (decimal): -14609831 or 5837345. OLE color: 5837345.

HSL color Cylindrical-coordinate representation of color #211259: hue angle of 252.68º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211259 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 18 89 -
CMYK 0.63 0.80 0 0.65
HSL 252.68º 0.66% 0.21% -
HSV(B) 252.68º 0.8% 0.35% -
XYZ 2.65 1.48 9.6 -
YUV 30.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 33 18 89 0.63 0.80 0 0.65 252.68 0.66 0.21
Hex 21 12 59 3F 50 0 41 FD 42 15
Octal 41 22 131 77 120 0 101 375 102 25
Binary 100001 10010 1011001 111111 1010000 0 1000001 11111101 1000010 10101

Color Harmonies of #211259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211259

Black with #211259

Text Example


Text Example

White with #211259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211259; }

 p { color: rgb(33,18,89); }

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

background-color css

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

 a { background-color: rgb(33,18,89); }

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

border-color css

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

 span { border-color: rgb(33,18,89); }

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