Html Css Color HEX #320070 Persian Indigo

📋 copy color: '#320070'

red 50 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #320070

Tints of Persian Indigo #320070

RGB

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

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

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

R = 30.86%
G = 0%
B = 69.14%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320070 (or 0x320070) is known color: Persian Indigo. HEX triplet: 32, 00 and 70. RGB value is (50,0,112). Sum of RGB (Red+Green+Blue) = 50+0+112=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #320070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320070 is #CDFF8F. Grayscale: #1B1B1B. Windows color (decimal): -13500304 or 7340082. OLE color: 7340082.

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

Color convert

RGB 50 0 112 -
CMYK 0.55 1 0 0.56
HSL 266.79º 1% 0.22% -
HSV(B) 266.79º 1% 0.44% -
XYZ 4.24 1.85 15.46 -
YUV 27.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 50 0 112 0.55 1 0 0.56 266.79 1 0.22
Hex 32 0 70 37 64 0 38 10B 64 16
Octal 62 0 160 67 144 0 70 413 144 26
Binary 110010 0 1110000 110111 1100100 0 111000 100001011 1100100 10110

Color Harmonies of #320070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320070

Black with #320070

Text Example


Text Example

White with #320070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320070; }

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

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

background-color css

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

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

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

border-color css

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

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

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