#381C7E

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

Shades of Persian Indigo #381C7E

Tints of Persian Indigo #381C7E

Color information

#381C7E (or 0x381C7E) is unknown color: approx Persian Indigo. HEX triplet: 38, 1C and 7E. RGB value is (56,28,126). Sum of RGB (Red+Green+Blue) = 56+28+126=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #381C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381C7E is #C7E381. Grayscale: #2F2F2F. Windows color (decimal): -13099906 or 8264760. OLE color: 8264760.

HSL color Cylindrical-coordinate representation of color #381C7E: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381C7E is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5628126-
CMYK0.560.7800.51
HSL257.14º63.64%30.2%-
HSV(B)257.14º77.78%49.41%-
XYZ5.813.1820.05-
YUV47.54172.28134.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 126 (49.61% from 255) = 60%
R=26.67%
G=13.33%
B=60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56281260.560.7800.51257.1463.6430.2
Hex381C7E384E033101401e
Octal70341767011606340110036
Binary11100011100111111011100010011100110011100000001100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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