#381E9D

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

Shades of Persian Indigo #381E9D

Tints of Persian Indigo #381E9D

Color information

#381E9D (or 0x381E9D) is unknown color: approx Persian Indigo. HEX triplet: 38, 1E and 9D. RGB value is (56,30,157). Sum of RGB (Red+Green+Blue) = 56+30+157=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #381E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381E9D is #C7E162. Grayscale: #333333. Windows color (decimal): -13099363 or 10296888. OLE color: 10296888.

HSL color Cylindrical-coordinate representation of color #381E9D: hue angle of 252.28º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381E9D is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5630157-
CMYK0.640.8100.38
HSL252.28º67.91%36.67%-
HSV(B)252.28º80.89%61.57%-
XYZ8.184.232.28-
YUV52.25187.11130.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 30 (12.11% from 255) = 12.35%
BLUE value IS 157 (61.72% from 255) = 64.61%
R=23.05%
G=12.35%
B=64.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56301570.640.8100.38252.2867.9136.67
Hex381E9D4051026fc4425
Octal703623510012104637410445
Binary1110001111010011101100000010100010100110111111001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,30,157); }

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

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

 a { background-color: rgb(56,30,157); }

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

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

 span { border-color: rgb(56,30,157); }

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