#381c9e

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

Shades of Persian Indigo #381C9E

Tints of Persian Indigo #381C9E

Color information

#381C9E (or 0x381C9E) is unknown color: approx Persian Indigo. HEX triplet: 38, 1C and 9E. RGB value is (56,28,158). Sum of RGB (Red+Green+Blue) = 56+28+158=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #381C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381C9E is #C7E361. Grayscale: #323232. Windows color (decimal): -13099874 or 10361912. OLE color: 10361912.

HSL color Cylindrical-coordinate representation of color #381C9E: hue angle of 252.92º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381C9E is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5628158-
CMYK0.650.8200.38
HSL252.92º69.89%36.47%-
HSV(B)252.92º82.28%61.96%-
XYZ8.224.1432.71-
YUV51.19188.28131.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 28 (11.33% from 255) = 11.57%
BLUE value IS 158 (62.11% from 255) = 65.29%
R=23.14%
G=11.57%
B=65.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56281580.650.8200.38252.9269.8936.47
Hex381C9E4152026fd4624
Octal703423610112204637510644
Binary1110001110010011110100000110100100100110111111011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381c9e; }

 p { color: rgb(56,28,158); }

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

<style>
 a { background-color: #381c9e; }

 a { background-color: rgb(56,28,158); }

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

<style>
 span { border-color: #381c9e; }

 span { border-color: rgb(56,28,158); }

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