#38137C

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

Shades of Persian Indigo #38137C

Tints of Persian Indigo #38137C

Color information

#38137C (or 0x38137C) is unknown color: approx Persian Indigo. HEX triplet: 38, 13 and 7C. RGB value is (56,19,124). Sum of RGB (Red+Green+Blue) = 56+19+124=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #38137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38137C is #C7EC83. Grayscale: #292929. Windows color (decimal): -13102212 or 8131384. OLE color: 8131384.

HSL color Cylindrical-coordinate representation of color #38137C: hue angle of 261.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38137C is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5619124-
CMYK0.550.8500.51
HSL261.14º73.43%28.04%-
HSV(B)261.14º84.68%48.63%-
XYZ5.52.7619.31-
YUV42.03174.26137.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 124 (48.83% from 255) = 62.31%
R=28.14%
G=9.55%
B=62.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56191240.550.8500.51261.1473.4328.04
Hex38137C3755033105491c
Octal70231746712506340511134
Binary11100010011111110011011110101010110011100000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38137C; }

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

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

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

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

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

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

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

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