#38157C

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

Shades of Persian Indigo #38157C

Tints of Persian Indigo #38157C

Color information

#38157C (or 0x38157C) is unknown color: approx Persian Indigo. HEX triplet: 38, 15 and 7C. RGB value is (56,21,124). Sum of RGB (Red+Green+Blue) = 56+21+124=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #38157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38157C is #C7EA83. Grayscale: #2A2A2A. Windows color (decimal): -13101700 or 8131896. OLE color: 8131896.

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

Color convert

RGB5621124-
CMYK0.550.8300.51
HSL260.39º71.03%28.43%-
HSV(B)260.39º83.06%48.63%-
XYZ5.542.8319.32-
YUV43.21173.6137.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 124 (48.83% from 255) = 61.69%
R=27.86%
G=10.45%
B=61.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56211240.550.8300.51260.3971.0328.43
Hex38157C3753033104471c
Octal70251746712306340410734
Binary11100010101111110011011110100110110011100000100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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