Html Css Color HEX #20155E Paua

📋 copy color: '#20155E'

red 32 ◦ green 21 ◦ blue 94

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

Shades of Paua #20155E

Tints of Paua #20155E

RGB

 RED value IS 32 (12.89% from 255) = 21.77%

 GREEN value IS 21 (8.59% from 255) = 14.29%

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

R = 21.77%
G = 14.29%
B = 63.95%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20155E (or 0x20155E) is known color: Paua. HEX triplet: 20, 15 and 5E. RGB value is (32,21,94). Sum of RGB (Red+Green+Blue) = 32+21+94=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 21 (8.59% from 255 or 14.29% 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 #20155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20155E is #DFEAA1. Grayscale: #202020. Windows color (decimal): -14674594 or 6165792. OLE color: 6165792.

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

Color convert

RGB 32 21 94 -
CMYK 0.66 0.78 0 0.63
HSL 249.04º 0.63% 0.23% -
HSV(B) 249.04º 0.78% 0.37% -
XYZ 2.88 1.65 10.76 -
YUV 32.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 32 21 94 0.66 0.78 0 0.63 249.04 0.63 0.23
Hex 20 15 5E 42 4E 0 3F F9 3F 17
Octal 40 25 136 102 116 0 77 371 77 27
Binary 100000 10101 1011110 1000010 1001110 0 111111 11111001 111111 10111

Color Harmonies of #20155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20155E

Black with #20155E

Text Example


Text Example

White with #20155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,21,94); }

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

background-color css

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

 a { background-color: rgb(32,21,94); }

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

border-color css

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

 span { border-color: rgb(32,21,94); }

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