Html Css Color HEX #21175A Paua

📋 copy color: '#21175A'

red 33 ◦ green 23 ◦ blue 90

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

Shades of Paua #21175A

Tints of Paua #21175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 61.64%

R = 22.6%
G = 15.75%
B = 61.64%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21175A (or 0x21175A) is known color: Paua. HEX triplet: 21, 17 and 5A. RGB value is (33,23,90). Sum of RGB (Red+Green+Blue) = 33+23+90=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #21175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21175A is #DEE8A5. Grayscale: #212121. Windows color (decimal): -14608550 or 5904161. OLE color: 5904161.

HSL color Cylindrical-coordinate representation of color #21175A: hue angle of 248.96º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21175A is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 23 90 -
CMYK 0.63 0.74 0 0.65
HSL 248.96º 0.59% 0.22% -
HSV(B) 248.96º 0.74% 0.35% -
XYZ 2.78 1.67 9.85 -
YUV 33.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 33 23 90 0.63 0.74 0 0.65 248.96 0.59 0.22
Hex 21 17 5A 3F 4A 0 41 F9 3B 16
Octal 41 27 132 77 112 0 101 371 73 26
Binary 100001 10111 1011010 111111 1001010 0 1000001 11111001 111011 10110

Color Harmonies of #21175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21175A

Black with #21175A

Text Example


Text Example

White with #21175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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