#391292

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

Shades of Persian Indigo #391292

Tints of Persian Indigo #391292

Color information

#391292 (or 0x391292) is unknown color: approx Persian Indigo. HEX triplet: 39, 12 and 92. RGB value is (57,18,146). Sum of RGB (Red+Green+Blue) = 57+18+146=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #391292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391292 is #C6ED6D. Grayscale: #2B2B2B. Windows color (decimal): -13036910 or 9572921. OLE color: 9572921.

HSL color Cylindrical-coordinate representation of color #391292: hue angle of 258.28º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #391292 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5718146-
CMYK0.610.8800.43
HSL258.28º78.05%32.16%-
HSV(B)258.28º87.67%57.25%-
XYZ7.093.3827.47-
YUV44.25185.42137.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 146 (57.42% from 255) = 66.06%
R=25.79%
G=8.14%
B=66.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57181460.610.8800.43258.2878.0532.16
Hex3912923D5802B1024e20
Octal71222227513005340211640
Binary1110011001010010010111101101100001010111000000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391292; }

 p { color: rgb(57,18,146); }

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

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

 a { background-color: rgb(57,18,146); }

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

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

 span { border-color: rgb(57,18,146); }

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