Html Css Color HEX #320270 Persian Indigo

📋 copy color: '#320270'

red 50 ◦ green 2 ◦ blue 112

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

Shades of Persian Indigo #320270

Tints of Persian Indigo #320270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

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

R = 30.49%
G = 1.22%
B = 68.29%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320270 (or 0x320270) is known color: Persian Indigo. HEX triplet: 32, 02 and 70. RGB value is (50,2,112). Sum of RGB (Red+Green+Blue) = 50+2+112=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #320270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320270 is #CDFD8F. Grayscale: #1C1C1C. Windows color (decimal): -13499792 or 7340594. OLE color: 7340594.

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

Color convert

RGB 50 2 112 -
CMYK 0.55 0.98 0 0.56
HSL 266.18º 0.96% 0.22% -
HSV(B) 266.18º 0.98% 0.44% -
XYZ 4.26 1.89 15.47 -
YUV 28.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 50 2 112 0.55 0.98 0 0.56 266.18 0.96 0.22
Hex 32 2 70 37 62 0 38 10A 60 16
Octal 62 2 160 67 142 0 70 412 140 26
Binary 110010 10 1110000 110111 1100010 0 111000 100001010 1100000 10110

Color Harmonies of #320270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320270

Black with #320270

Text Example


Text Example

White with #320270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320270; }

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

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

background-color css

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

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

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

border-color css

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

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

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