Html Css Color HEX #21175B Paua

📋 copy color: '#21175B'

red 33 ◦ green 23 ◦ blue 91

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

Shades of Paua #21175B

Tints of Paua #21175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 91 (35.94% from 255) = 61.9%

R = 22.45%
G = 15.65%
B = 61.9%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21175B (or 0x21175B) is known color: Paua. HEX triplet: 21, 17 and 5B. RGB value is (33,23,91). Sum of RGB (Red+Green+Blue) = 33+23+91=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #21175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21175B is #DEE8A4. Grayscale: #212121. Windows color (decimal): -14608549 or 5969697. OLE color: 5969697.

HSL color Cylindrical-coordinate representation of color #21175B: hue angle of 248.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21175B is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 23 91 -
CMYK 0.64 0.75 0 0.64
HSL 248.82º 0.6% 0.22% -
HSV(B) 248.82º 0.75% 0.36% -
XYZ 2.82 1.69 10.08 -
YUV 33.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 33 23 91 0.64 0.75 0 0.64 248.82 0.6 0.22
Hex 21 17 5B 40 4B 0 40 F9 3C 16
Octal 41 27 133 100 113 0 100 371 74 26
Binary 100001 10111 1011011 1000000 1001011 0 1000000 11111001 111100 10110

Color Harmonies of #21175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21175B

Black with #21175B

Text Example


Text Example

White with #21175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21175B; }

 p { color: rgb(33,23,91); }

 H1.HeaderClassName
 {
   color: #21175B;
 }
 .AnyTagClassName
 {
   color: #21175B;
 }
</style>

background-color css

<style>
 a { background-color: #21175B; }

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

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

border-color css

<style>
 span { border-color: #21175B; }

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

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