Html Css Color HEX #32006B Persian Indigo

📋 copy color: '#32006B'

red 50 ◦ green 0 ◦ blue 107

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

Shades of Persian Indigo #32006B

Tints of Persian Indigo #32006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 68.15%

R = 31.85%
G = 0%
B = 68.15%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#32006B (or 0x32006B) is known color: Persian Indigo. HEX triplet: 32, 00 and 6B. RGB value is (50,0,107). Sum of RGB (Red+Green+Blue) = 50+0+107=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #32006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32006B is #CDFF94. Grayscale: #1A1A1A. Windows color (decimal): -13500309 or 7012402. OLE color: 7012402.

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

Color convert

RGB 50 0 107 -
CMYK 0.53 1 0 0.58
HSL 268.04º 1% 0.21% -
HSV(B) 268.04º 1% 0.42% -
XYZ 3.97 1.74 14.04 -
YUV 27.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 50 0 107 0.53 1 0 0.58 268.04 1 0.21
Hex 32 0 6B 35 64 0 3A 10C 64 15
Octal 62 0 153 65 144 0 72 414 144 25
Binary 110010 0 1101011 110101 1100100 0 111010 100001100 1100100 10101

Color Harmonies of #32006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32006B

Black with #32006B

Text Example


Text Example

White with #32006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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