Html Css Color HEX #320170 Persian Indigo

📋 copy color: '#320170'

red 50 ◦ green 1 ◦ blue 112

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

Shades of Persian Indigo #320170

Tints of Persian Indigo #320170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 112 (44.14% from 255) = 68.71%

R = 30.67%
G = 0.61%
B = 68.71%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320170 (or 0x320170) is known color: Persian Indigo. HEX triplet: 32, 01 and 70. RGB value is (50,1,112). Sum of RGB (Red+Green+Blue) = 50+1+112=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #320170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320170 is #CDFE8F. Grayscale: #1B1B1B. Windows color (decimal): -13500048 or 7340338. OLE color: 7340338.

HSL color Cylindrical-coordinate representation of color #320170: hue angle of 266.49º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320170 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 1 112 -
CMYK 0.55 0.99 0 0.56
HSL 266.49º 0.98% 0.22% -
HSV(B) 266.49º 0.99% 0.44% -
XYZ 4.25 1.87 15.47 -
YUV 28.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 50 1 112 0.55 0.99 0 0.56 266.49 0.98 0.22
Hex 32 1 70 37 63 0 38 10A 62 16
Octal 62 1 160 67 143 0 70 412 142 26
Binary 110010 1 1110000 110111 1100011 0 111000 100001010 1100010 10110

Color Harmonies of #320170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320170

Black with #320170

Text Example


Text Example

White with #320170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320170; }

 p { color: rgb(50,1,112); }

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

background-color css

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

 a { background-color: rgb(50,1,112); }

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

border-color css

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

 span { border-color: rgb(50,1,112); }

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