Html Css Color HEX #21115E Paua

📋 copy color: '#21115E'

red 33 ◦ green 17 ◦ blue 94

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

Shades of Paua #21115E

Tints of Paua #21115E

RGB

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

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

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

R = 22.92%
G = 11.81%
B = 65.28%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21115E (or 0x21115E) is known color: Paua. HEX triplet: 21, 11 and 5E. RGB value is (33,17,94). Sum of RGB (Red+Green+Blue) = 33+17+94=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #21115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21115E is #DEEEA1. Grayscale: #1E1E1E. Windows color (decimal): -14610082 or 6164769. OLE color: 6164769.

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

Color convert

RGB 33 17 94 -
CMYK 0.65 0.82 0 0.63
HSL 252.47º 0.69% 0.22% -
HSV(B) 252.47º 0.82% 0.37% -
XYZ 2.85 1.53 10.74 -
YUV 30.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 33 17 94 0.65 0.82 0 0.63 252.47 0.69 0.22
Hex 21 11 5E 41 52 0 3F FC 45 16
Octal 41 21 136 101 122 0 77 374 105 26
Binary 100001 10001 1011110 1000001 1010010 0 111111 11111100 1000101 10110

Color Harmonies of #21115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21115E

Black with #21115E

Text Example


Text Example

White with #21115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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