Html Css Color HEX #320D6D Persian Indigo

📋 copy color: '#320D6D'

red 50 ◦ green 13 ◦ blue 109

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

Shades of Persian Indigo #320D6D

Tints of Persian Indigo #320D6D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.56%

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

R = 29.07%
G = 7.56%
B = 63.37%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#320D6D (or 0x320D6D) is known color: Persian Indigo. HEX triplet: 32, 0D and 6D. RGB value is (50,13,109). Sum of RGB (Red+Green+Blue) = 50+13+109=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #320D6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320D6D is #CDF292. Grayscale: #222222. Windows color (decimal): -13496979 or 7146802. OLE color: 7146802.

HSL color Cylindrical-coordinate representation of color #320D6D: hue angle of 263.12º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320D6D is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 13 109 -
CMYK 0.54 0.88 0 0.57
HSL 263.13º 0.79% 0.24% -
HSV(B) 263.13º 0.88% 0.43% -
XYZ 4.22 2.07 14.65 -
YUV 35.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 50 13 109 0.54 0.88 0 0.57 263.13 0.79 0.24
Hex 32 D 6D 36 58 0 39 107 4F 18
Octal 62 15 155 66 130 0 71 407 117 30
Binary 110010 1101 1101101 110110 1011000 0 111001 100000111 1001111 11000

Color Harmonies of #320D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D6D

Black with #320D6D

Text Example


Text Example

White with #320D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320D6D; }

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

 H1.HeaderClassName
 {
   color: #320D6D;
 }
 .AnyTagClassName
 {
   color: #320D6D;
 }
</style>

background-color css

<style>
 a { background-color: #320D6D; }

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

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

border-color css

<style>
 span { border-color: #320D6D; }

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

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