Html Css Color HEX #20065F Persian Indigo

📋 copy color: '#20065F'

red 32 ◦ green 6 ◦ blue 95

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

Shades of Persian Indigo #20065F

Tints of Persian Indigo #20065F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.51%

 BLUE value IS 95 (37.5% from 255) = 71.43%

R = 24.06%
G = 4.51%
B = 71.43%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20065F (or 0x20065F) is known color: Persian Indigo. HEX triplet: 20, 06 and 5F. RGB value is (32,6,95). Sum of RGB (Red+Green+Blue) = 32+6+95=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 95 (37.5% from 255 or 71.43% from 133); Max value from RGB is 95 - color contains mainly: blue. Hex color #20065F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20065F is #DFF9A0. Grayscale: #171717. Windows color (decimal): -14678433 or 6227488. OLE color: 6227488.

HSL color Cylindrical-coordinate representation of color #20065F: hue angle of 257.53º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20065F is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 6 95 -
CMYK 0.66 0.94 0 0.63
HSL 257.53º 0.88% 0.2% -
HSV(B) 257.53º 0.94% 0.37% -
XYZ 2.73 1.26 10.93 -
YUV 23.92 168.11 133.76 -
System Red Green Blue C M Y K H S L
Decimal 32 6 95 0.66 0.94 0 0.63 257.53 0.88 0.2
Hex 20 6 5F 42 5E 0 3F 102 58 14
Octal 40 6 137 102 136 0 77 402 130 24
Binary 100000 110 1011111 1000010 1011110 0 111111 100000010 1011000 10100

Color Harmonies of #20065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20065F

Black with #20065F

Text Example


Text Example

White with #20065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20065F; }

 p { color: rgb(32,6,95); }

 H1.HeaderClassName
 {
   color: #20065F;
 }
 .AnyTagClassName
 {
   color: #20065F;
 }
</style>

background-color css

<style>
 a { background-color: #20065F; }

 a { background-color: rgb(32,6,95); }

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

border-color css

<style>
 span { border-color: #20065F; }

 span { border-color: rgb(32,6,95); }

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