Html Css Color HEX #21215C Paua

📋 copy color: '#21215C'

red 33 ◦ green 33 ◦ blue 92

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

Shades of Paua #21215C

Tints of Paua #21215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.89%

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

R = 20.89%
G = 20.89%
B = 58.23%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21215C (or 0x21215C) is known color: Paua. HEX triplet: 21, 21 and 5C. RGB value is (33,33,92). Sum of RGB (Red+Green+Blue) = 33+33+92=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #21215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21215C is #DEDEA3. Grayscale: #272727. Windows color (decimal): -14605988 or 6037793. OLE color: 6037793.

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

Color convert

RGB 33 33 92 -
CMYK 0.64 0.64 0 0.64
HSL 240º 0.47% 0.25% -
HSV(B) 240º 0.64% 0.36% -
XYZ 3.1 2.18 10.38 -
YUV 39.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 33 33 92 0.64 0.64 0 0.64 240 0.47 0.25
Hex 21 21 5C 40 40 0 40 F0 2F 19
Octal 41 41 134 100 100 0 100 360 57 31
Binary 100001 100001 1011100 1000000 1000000 0 1000000 11110000 101111 11001

Color Harmonies of #21215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21215C

Black with #21215C

Text Example


Text Example

White with #21215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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