Html Css Color HEX #320D82 Persian Indigo

📋 copy color: '#320D82'

red 50 ◦ green 13 ◦ blue 130

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

Shades of Persian Indigo #320D82

Tints of Persian Indigo #320D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 67.36%

R = 25.91%
G = 6.74%
B = 67.36%

CMYK

 C value IS 0.62

 M value IS 0.9

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#320D82 (or 0x320D82) is known color: Persian Indigo. HEX triplet: 32, 0D and 82. RGB value is (50,13,130). Sum of RGB (Red+Green+Blue) = 50+13+130=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #320D82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320D82 is #CDF27D. Grayscale: #242424. Windows color (decimal): -13496958 or 8523058. OLE color: 8523058.

HSL color Cylindrical-coordinate representation of color #320D82: hue angle of 258.97º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320D82 is Cyan = 0.62, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 13 130 -
CMYK 0.62 0.9 0 0.49
HSL 258.97º 0.82% 0.28% -
HSV(B) 258.97º 0.9% 0.51% -
XYZ 5.49 2.58 21.33 -
YUV 37.4 180.26 136.99 -
System Red Green Blue C M Y K H S L
Decimal 50 13 130 0.62 0.9 0 0.49 258.97 0.82 0.28
Hex 32 D 82 3E 5A 0 31 103 52 1C
Octal 62 15 202 76 132 0 61 403 122 34
Binary 110010 1101 10000010 111110 1011010 0 110001 100000011 1010010 11100

Color Harmonies of #320D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D82

Black with #320D82

Text Example


Text Example

White with #320D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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