Html Css Color HEX #320078 Persian Indigo

📋 copy color: '#320078'

red 50 ◦ green 0 ◦ blue 120

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

Shades of Persian Indigo #320078

Tints of Persian Indigo #320078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 70.59%

R = 29.41%
G = 0%
B = 70.59%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#320078 (or 0x320078) is known color: Persian Indigo. HEX triplet: 32, 00 and 78. RGB value is (50,0,120). Sum of RGB (Red+Green+Blue) = 50+0+120=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #320078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320078 is #CDFF87. Grayscale: #1C1C1C. Windows color (decimal): -13500296 or 7864370. OLE color: 7864370.

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

Color convert

RGB 50 0 120 -
CMYK 0.58 1 0 0.53
HSL 265º 1% 0.24% -
HSV(B) 265º 1% 0.47% -
XYZ 4.71 2.03 17.91 -
YUV 28.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 50 0 120 0.58 1 0 0.53 265 1 0.24
Hex 32 0 78 3A 64 0 35 109 64 18
Octal 62 0 170 72 144 0 65 411 144 30
Binary 110010 0 1111000 111010 1100100 0 110101 100001001 1100100 11000

Color Harmonies of #320078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320078

Black with #320078

Text Example


Text Example

White with #320078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320078; }

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

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

background-color css

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

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

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

border-color css

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

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

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