Html Css Color HEX #320C88 Persian Indigo

📋 copy color: '#320C88'

red 50 ◦ green 12 ◦ blue 136

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

Shades of Persian Indigo #320C88

Tints of Persian Indigo #320C88

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.06%

 BLUE value IS 136 (53.52% from 255) = 68.69%

R = 25.25%
G = 6.06%
B = 68.69%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#320C88 (or 0x320C88) is known color: Persian Indigo. HEX triplet: 32, 0C and 88. RGB value is (50,12,136). Sum of RGB (Red+Green+Blue) = 50+12+136=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #320C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320C88 is #CDF377. Grayscale: #252525. Windows color (decimal): -13497208 or 8916018. OLE color: 8916018.

HSL color Cylindrical-coordinate representation of color #320C88: hue angle of 258.39º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320C88 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 12 136 -
CMYK 0.63 0.91 0 0.47
HSL 258.39º 0.84% 0.29% -
HSV(B) 258.39º 0.91% 0.53% -
XYZ 5.89 2.72 23.51 -
YUV 37.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 50 12 136 0.63 0.91 0 0.47 258.39 0.84 0.29
Hex 32 C 88 3F 5B 0 2F 102 54 1D
Octal 62 14 210 77 133 0 57 402 124 35
Binary 110010 1100 10001000 111111 1011011 0 101111 100000010 1010100 11101

Color Harmonies of #320C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320C88

Black with #320C88

Text Example


Text Example

White with #320C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,12,136); }

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

background-color css

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

 a { background-color: rgb(50,12,136); }

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

border-color css

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

 span { border-color: rgb(50,12,136); }

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