Html Css Color HEX #32066E Persian Indigo

📋 copy color: '#32066E'

red 50 ◦ green 6 ◦ blue 110

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

Shades of Persian Indigo #32066E

Tints of Persian Indigo #32066E

RGB

 RED value IS 50 (19.92% from 255) = 30.12%

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

 BLUE value IS 110 (43.36% from 255) = 66.27%

R = 30.12%
G = 3.61%
B = 66.27%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32066E (or 0x32066E) is known color: Persian Indigo. HEX triplet: 32, 06 and 6E. RGB value is (50,6,110). Sum of RGB (Red+Green+Blue) = 50+6+110=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #32066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32066E is #CDF991. Grayscale: #1E1E1E. Windows color (decimal): -13498770 or 7210546. OLE color: 7210546.

HSL color Cylindrical-coordinate representation of color #32066E: hue angle of 265.38º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32066E is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 6 110 -
CMYK 0.55 0.95 0 0.57
HSL 265.38º 0.9% 0.23% -
HSV(B) 265.38º 0.95% 0.43% -
XYZ 4.19 1.93 14.9 -
YUV 31.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 50 6 110 0.55 0.95 0 0.57 265.38 0.9 0.23
Hex 32 6 6E 37 5F 0 39 109 5A 17
Octal 62 6 156 67 137 0 71 411 132 27
Binary 110010 110 1101110 110111 1011111 0 111001 100001001 1011010 10111

Color Harmonies of #32066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32066E

Black with #32066E

Text Example


Text Example

White with #32066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,6,110); }

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

background-color css

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

 a { background-color: rgb(50,6,110); }

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

border-color css

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

 span { border-color: rgb(50,6,110); }

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