#38156D

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

Shades of Persian Indigo #38156D

Tints of Persian Indigo #38156D

Color information

#38156D (or 0x38156D) is unknown color: approx Persian Indigo. HEX triplet: 38, 15 and 6D. RGB value is (56,21,109). Sum of RGB (Red+Green+Blue) = 56+21+109=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #38156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38156D is #C7EA92. Grayscale: #292929. Windows color (decimal): -13101715 or 7148856. OLE color: 7148856.

HSL color Cylindrical-coordinate representation of color #38156D: hue angle of 263.86º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38156D is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5621109-
CMYK0.490.8100.57
HSL263.86º67.69%25.49%-
HSV(B)263.86º80.73%42.75%-
XYZ4.662.4814.7-
YUV41.5166.1138.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 109 (42.97% from 255) = 58.60%
R=30.11%
G=11.29%
B=58.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56211090.490.8100.57263.8667.6925.49
Hex38156D31510391084419
Octal70251556112107141010431
Binary11100010101110110111000110100010111001100001000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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