Html Css Color HEX #32006F Persian Indigo

📋 copy color: '#32006F'

red 50 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #32006F

Tints of Persian Indigo #32006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 68.94%

R = 31.06%
G = 0%
B = 68.94%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#32006F (or 0x32006F) is known color: Persian Indigo. HEX triplet: 32, 00 and 6F. RGB value is (50,0,111). Sum of RGB (Red+Green+Blue) = 50+0+111=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 111 (43.75% from 255 or 68.94% from 161); Max value from RGB is 111 - color contains mainly: blue. Hex color #32006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32006F is #CDFF90. Grayscale: #1B1B1B. Windows color (decimal): -13500305 or 7274546. OLE color: 7274546.

HSL color Cylindrical-coordinate representation of color #32006F: hue angle of 267.03º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32006F is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 0 111 -
CMYK 0.55 1 0 0.56
HSL 267.03º 1% 0.22% -
HSV(B) 267.03º 1% 0.44% -
XYZ 4.18 1.83 15.17 -
YUV 27.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 50 0 111 0.55 1 0 0.56 267.03 1 0.22
Hex 32 0 6F 37 64 0 38 10B 64 16
Octal 62 0 157 67 144 0 70 413 144 26
Binary 110010 0 1101111 110111 1100100 0 111000 100001011 1100100 10110

Color Harmonies of #32006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32006F

Black with #32006F

Text Example


Text Example

White with #32006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,0,111); }

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

background-color css

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

 a { background-color: rgb(50,0,111); }

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

border-color css

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

 span { border-color: rgb(50,0,111); }

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