Html Css Color HEX #32006D Persian Indigo

📋 copy color: '#32006D'

red 50 ◦ green 0 ◦ blue 109

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

Shades of Persian Indigo #32006D

Tints of Persian Indigo #32006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 68.55%

R = 31.45%
G = 0%
B = 68.55%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32006D (or 0x32006D) is known color: Persian Indigo. HEX triplet: 32, 00 and 6D. RGB value is (50,0,109). Sum of RGB (Red+Green+Blue) = 50+0+109=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #32006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32006D is #CDFF92. Grayscale: #1A1A1A. Windows color (decimal): -13500307 or 7143474. OLE color: 7143474.

HSL color Cylindrical-coordinate representation of color #32006D: hue angle of 267.52º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32006D is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 0 109 -
CMYK 0.54 1 0 0.57
HSL 267.52º 1% 0.21% -
HSV(B) 267.52º 1% 0.43% -
XYZ 4.08 1.78 14.6 -
YUV 27.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 50 0 109 0.54 1 0 0.57 267.52 1 0.21
Hex 32 0 6D 36 64 0 39 10C 64 15
Octal 62 0 155 66 144 0 71 414 144 25
Binary 110010 0 1101101 110110 1100100 0 111001 100001100 1100100 10101

Color Harmonies of #32006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32006D

Black with #32006D

Text Example


Text Example

White with #32006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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