Html Css Color HEX #320970 Persian Indigo

📋 copy color: '#320970'

red 50 ◦ green 9 ◦ blue 112

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

Shades of Persian Indigo #320970

Tints of Persian Indigo #320970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.26%

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

R = 29.24%
G = 5.26%
B = 65.5%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320970 (or 0x320970) is known color: Persian Indigo. HEX triplet: 32, 09 and 70. RGB value is (50,9,112). Sum of RGB (Red+Green+Blue) = 50+9+112=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #320970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320970 is #CDF68F. Grayscale: #202020. Windows color (decimal): -13498000 or 7342386. OLE color: 7342386.

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

Color convert

RGB 50 9 112 -
CMYK 0.55 0.92 0 0.56
HSL 263.88º 0.85% 0.24% -
HSV(B) 263.88º 0.92% 0.44% -
XYZ 4.34 2.04 15.5 -
YUV 33 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 50 9 112 0.55 0.92 0 0.56 263.88 0.85 0.24
Hex 32 9 70 37 5C 0 38 108 55 18
Octal 62 11 160 67 134 0 70 410 125 30
Binary 110010 1001 1110000 110111 1011100 0 111000 100001000 1010101 11000

Color Harmonies of #320970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320970

Black with #320970

Text Example


Text Example

White with #320970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320970; }

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

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

background-color css

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

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

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

border-color css

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

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

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