Html Css Color HEX #211155 Paua

📋 copy color: '#211155'

red 33 ◦ green 17 ◦ blue 85

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

Shades of Paua #211155

Tints of Paua #211155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 62.96%

R = 24.44%
G = 12.59%
B = 62.96%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211155 (or 0x211155) is known color: Paua. HEX triplet: 21, 11 and 55. RGB value is (33,17,85). Sum of RGB (Red+Green+Blue) = 33+17+85=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #211155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211155 is #DEEEAA. Grayscale: #1D1D1D. Windows color (decimal): -14610091 or 5574945. OLE color: 5574945.

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

Color convert

RGB 33 17 85 -
CMYK 0.61 0.80 0 0.67
HSL 254.12º 0.67% 0.2% -
HSV(B) 254.12º 0.8% 0.33% -
XYZ 2.47 1.38 8.73 -
YUV 29.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 33 17 85 0.61 0.80 0 0.67 254.12 0.67 0.2
Hex 21 11 55 3D 50 0 43 FE 43 14
Octal 41 21 125 75 120 0 103 376 103 24
Binary 100001 10001 1010101 111101 1010000 0 1000011 11111110 1000011 10100

Color Harmonies of #211155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211155

Black with #211155

Text Example


Text Example

White with #211155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211155; }

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

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

background-color css

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

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

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

border-color css

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

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

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