#38149F

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

Shades of Persian Indigo #38149F

Tints of Persian Indigo #38149F

Color information

#38149F (or 0x38149F) is unknown color: approx Persian Indigo. HEX triplet: 38, 14 and 9F. RGB value is (56,20,159). Sum of RGB (Red+Green+Blue) = 56+20+159=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #38149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38149F is #C7EB60. Grayscale: #2E2E2E. Windows color (decimal): -13101921 or 10425400. OLE color: 10425400.

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

Color convert

RGB5620159-
CMYK0.650.8700.38
HSL255.54º77.65%35.1%-
HSV(B)255.54º87.42%62.35%-
XYZ8.143.8433.11-
YUV46.61191.43134.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 20 (8.20% from 255) = 8.51%
BLUE value IS 159 (62.5% from 255) = 67.66%
R=23.83%
G=8.51%
B=67.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56201590.650.8700.38255.5477.6535.1
Hex38149F41570261004e23
Octal702423710112704640011643
Binary11100010100100111111000001101011101001101000000001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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