Html Css Color HEX #20155D Paua

📋 copy color: '#20155D'

red 32 ◦ green 21 ◦ blue 93

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

Shades of Paua #20155D

Tints of Paua #20155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 63.7%

R = 21.92%
G = 14.38%
B = 63.7%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20155D (or 0x20155D) is known color: Paua. HEX triplet: 20, 15 and 5D. RGB value is (32,21,93). Sum of RGB (Red+Green+Blue) = 32+21+93=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #20155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20155D is #DFEAA2. Grayscale: #202020. Windows color (decimal): -14674595 or 6100256. OLE color: 6100256.

HSL color Cylindrical-coordinate representation of color #20155D: hue angle of 249.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20155D is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 21 93 -
CMYK 0.66 0.77 0 0.64
HSL 249.17º 0.63% 0.22% -
HSV(B) 249.17º 0.77% 0.36% -
XYZ 2.84 1.63 10.52 -
YUV 32.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 32 21 93 0.66 0.77 0 0.64 249.17 0.63 0.22
Hex 20 15 5D 42 4D 0 40 F9 3F 16
Octal 40 25 135 102 115 0 100 371 77 26
Binary 100000 10101 1011101 1000010 1001101 0 1000000 11111001 111111 10110

Color Harmonies of #20155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20155D

Black with #20155D

Text Example


Text Example

White with #20155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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