Html Css Color HEX #21145E Paua

📋 copy color: '#21145E'

red 33 ◦ green 20 ◦ blue 94

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

Shades of Paua #21145E

Tints of Paua #21145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.61%

 BLUE value IS 94 (37.11% from 255) = 63.95%

R = 22.45%
G = 13.61%
B = 63.95%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21145E (or 0x21145E) is known color: Paua. HEX triplet: 21, 14 and 5E. RGB value is (33,20,94). Sum of RGB (Red+Green+Blue) = 33+20+94=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #21145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21145E is #DEEBA1. Grayscale: #202020. Windows color (decimal): -14609314 or 6165537. OLE color: 6165537.

HSL color Cylindrical-coordinate representation of color #21145E: hue angle of 250.54º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21145E is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 20 94 -
CMYK 0.65 0.79 0 0.63
HSL 250.54º 0.65% 0.22% -
HSV(B) 250.54º 0.79% 0.37% -
XYZ 2.9 1.63 10.75 -
YUV 32.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 33 20 94 0.65 0.79 0 0.63 250.54 0.65 0.22
Hex 21 14 5E 41 4F 0 3F FB 41 16
Octal 41 24 136 101 117 0 77 373 101 26
Binary 100001 10100 1011110 1000001 1001111 0 111111 11111011 1000001 10110

Color Harmonies of #21145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21145E

Black with #21145E

Text Example


Text Example

White with #21145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21145E; }

 p { color: rgb(33,20,94); }

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

background-color css

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

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

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

border-color css

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

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

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