Html Css Color HEX #21205C Paua

📋 copy color: '#21205C'

red 33 ◦ green 32 ◦ blue 92

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

Shades of Paua #21205C

Tints of Paua #21205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.38%

 BLUE value IS 92 (36.33% from 255) = 58.6%

R = 21.02%
G = 20.38%
B = 58.6%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21205C (or 0x21205C) is known color: Paua. HEX triplet: 21, 20 and 5C. RGB value is (33,32,92). Sum of RGB (Red+Green+Blue) = 33+32+92=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #21205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21205C is #DEDFA3. Grayscale: #262626. Windows color (decimal): -14606244 or 6037537. OLE color: 6037537.

HSL color Cylindrical-coordinate representation of color #21205C: hue angle of 241º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21205C is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 32 92 -
CMYK 0.64 0.65 0 0.64
HSL 241º 0.48% 0.24% -
HSV(B) 241º 0.65% 0.36% -
XYZ 3.08 2.13 10.37 -
YUV 39.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 33 32 92 0.64 0.65 0 0.64 241 0.48 0.24
Hex 21 20 5C 40 41 0 40 F1 30 18
Octal 41 40 134 100 101 0 100 361 60 30
Binary 100001 100000 1011100 1000000 1000001 0 1000000 11110001 110000 11000

Color Harmonies of #21205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21205C

Black with #21205C

Text Example


Text Example

White with #21205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21205C; }

 p { color: rgb(33,32,92); }

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

background-color css

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

 a { background-color: rgb(33,32,92); }

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

border-color css

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

 span { border-color: rgb(33,32,92); }

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