#39148D

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

Shades of Persian Indigo #39148D

Tints of Persian Indigo #39148D

Color information

#39148D (or 0x39148D) is unknown color: approx Persian Indigo. HEX triplet: 39, 14 and 8D. RGB value is (57,20,141). Sum of RGB (Red+Green+Blue) = 57+20+141=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #39148D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39148D is #C6EB72. Grayscale: #2C2C2C. Windows color (decimal): -13036403 or 9245753. OLE color: 9245753.

HSL color Cylindrical-coordinate representation of color #39148D: hue angle of 258.35º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39148D is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5720141-
CMYK0.600.8600.45
HSL258.35º75.16%31.57%-
HSV(B)258.35º85.82%55.29%-
XYZ6.753.2925.48-
YUV44.86182.26136.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 20 (8.20% from 255) = 9.17%
BLUE value IS 141 (55.47% from 255) = 64.68%
R=26.15%
G=9.17%
B=64.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57201410.600.8600.45258.3575.1631.57
Hex39148D3C5602D1024b20
Octal71242157412605540211340
Binary1110011010010001101111100101011001011011000000101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39148D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39148D; }

 p { color: rgb(57,20,141); }

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

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

 a { background-color: rgb(57,20,141); }

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

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

 span { border-color: rgb(57,20,141); }

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