Html Css Color HEX #21155F Paua

📋 copy color: '#21155F'

red 33 ◦ green 21 ◦ blue 95

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

Shades of Paua #21155F

Tints of Paua #21155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

 BLUE value IS 95 (37.5% from 255) = 63.76%

R = 22.15%
G = 14.09%
B = 63.76%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21155F (or 0x21155F) is known color: Paua. HEX triplet: 21, 15 and 5F. RGB value is (33,21,95). Sum of RGB (Red+Green+Blue) = 33+21+95=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #21155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21155F is #DEEAA0. Grayscale: #202020. Windows color (decimal): -14609057 or 6231329. OLE color: 6231329.

HSL color Cylindrical-coordinate representation of color #21155F: hue angle of 249.73º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21155F is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 21 95 -
CMYK 0.65 0.78 0 0.63
HSL 249.73º 0.64% 0.23% -
HSV(B) 249.73º 0.78% 0.37% -
XYZ 2.96 1.69 11 -
YUV 33.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 33 21 95 0.65 0.78 0 0.63 249.73 0.64 0.23
Hex 21 15 5F 41 4E 0 3F FA 40 17
Octal 41 25 137 101 116 0 77 372 100 27
Binary 100001 10101 1011111 1000001 1001110 0 111111 11111010 1000000 10111

Color Harmonies of #21155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21155F

Black with #21155F

Text Example


Text Example

White with #21155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21155F; }

 p { color: rgb(33,21,95); }

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

background-color css

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

 a { background-color: rgb(33,21,95); }

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

border-color css

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

 span { border-color: rgb(33,21,95); }

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