#381E72

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

Shades of Persian Indigo #381E72

Tints of Persian Indigo #381E72

Color information

#381E72 (or 0x381E72) is unknown color: approx Persian Indigo. HEX triplet: 38, 1E and 72. RGB value is (56,30,114). Sum of RGB (Red+Green+Blue) = 56+30+114=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #381E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E72 is #C7E18D. Grayscale: #2F2F2F. Windows color (decimal): -13099406 or 7478840. OLE color: 7478840.

HSL color Cylindrical-coordinate representation of color #381E72: hue angle of 258.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #381E72 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5630114-
CMYK0.510.7400.55
HSL258.57º58.33%28.24%-
HSV(B)258.57º73.68%44.71%-
XYZ5.132.9816.23-
YUV47.35165.61134.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 30 (12.11% from 255) = 15%
BLUE value IS 114 (44.92% from 255) = 57%
R=28%
G=15%
B=57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56301140.510.7400.55258.5758.3328.24
Hex381E72334A0371033a1c
Octal7036162631120674037234
Binary1110001111011100101100111001010011011110000001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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