#38139F

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

Shades of Persian Indigo #38139F

Tints of Persian Indigo #38139F

Color information

#38139F (or 0x38139F) is unknown color: approx Persian Indigo. HEX triplet: 38, 13 and 9F. RGB value is (56,19,159). Sum of RGB (Red+Green+Blue) = 56+19+159=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #38139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38139F is #C7EC60. Grayscale: #2D2D2D. Windows color (decimal): -13102177 or 10425144. OLE color: 10425144.

HSL color Cylindrical-coordinate representation of color #38139F: hue angle of 255.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38139F is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5619159-
CMYK0.650.8800.38
HSL255.86º78.65%34.9%-
HSV(B)255.86º88.05%62.35%-
XYZ8.123.8133.11-
YUV46.02191.76135.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 19 (7.81% from 255) = 8.12%
BLUE value IS 159 (62.5% from 255) = 67.95%
R=23.93%
G=8.12%
B=67.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56191590.650.8800.38255.8678.6534.9
Hex38139F41580261004f23
Octal702323710113004640011743
Binary11100010011100111111000001101100001001101000000001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38139F; }

 p { color: rgb(56,19,159); }

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

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

 a { background-color: rgb(56,19,159); }

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

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

 span { border-color: rgb(56,19,159); }

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