#321F70

Color #321F70 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #321F70

Tints of Persian Indigo #321F70

Color information

#321F70 (or 0x321F70) is unknown color: approx Persian Indigo. HEX triplet: 32, 1F and 70. RGB value is (50,31,112). Sum of RGB (Red+Green+Blue) = 50+31+112=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #321F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F70 is #CDE08F. Grayscale: #2D2D2D. Windows color (decimal): -13492368 or 7348018. OLE color: 7348018.

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

Color convert

RGB5031112-
CMYK0.550.7200.56
HSL254.07º56.64%28.04%-
HSV(B)254.07º72.32%43.92%-
XYZ4.732.8315.63-
YUV45.92165.29130.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 112 (44.14% from 255) = 58.03%
R=25.91%
G=16.06%
B=58.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50311120.550.7200.56254.0756.6428.04
Hex321F703748038fe391c
Octal6237160671100703767134
Binary110010111111110000110111100100001110001111111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321F70; }

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

 H1.HeaderClassName
 {
   color: #321F70;
 }
 .AnyTagClassName
 {
   color: #321F70;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #321F70;
 }
 .BgClassName
 {
   background-color: #321F70;
 }
</style>
border-color css

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

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

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