#380D7D

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

Shades of Persian Indigo #380D7D

Tints of Persian Indigo #380D7D

Color information

#380D7D (or 0x380D7D) is unknown color: approx Persian Indigo. HEX triplet: 38, 0D and 7D. RGB value is (56,13,125). Sum of RGB (Red+Green+Blue) = 56+13+125=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #380D7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D7D is #C7F282. Grayscale: #262626. Windows color (decimal): -13103747 or 8195384. OLE color: 8195384.

HSL color Cylindrical-coordinate representation of color #380D7D: hue angle of 263.04º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380D7D is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5613125-
CMYK0.550.9000.51
HSL263.04º81.16%27.06%-
HSV(B)263.04º89.6%49.02%-
XYZ5.482.6119.62-
YUV38.62176.75140.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 125 (49.22% from 255) = 64.43%
R=28.87%
G=6.70%
B=64.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56131250.550.9000.51263.0481.1627.06
Hex38D7D375A033107511b
Octal70151756713206340712133
Binary1110001101111110111011110110100110011100000111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380D7D; }

 p { color: rgb(56,13,125); }

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

<style>
 a { background-color: #380D7D; }

 a { background-color: rgb(56,13,125); }

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

<style>
 span { border-color: #380D7D; }

 span { border-color: rgb(56,13,125); }

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