#380D70

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

Shades of Persian Indigo #380D70

Tints of Persian Indigo #380D70

Color information

#380D70 (or 0x380D70) is unknown color: approx Persian Indigo. HEX triplet: 38, 0D and 70. RGB value is (56,13,112). Sum of RGB (Red+Green+Blue) = 56+13+112=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #380D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D70 is #C7F28F. Grayscale: #242424. Windows color (decimal): -13103760 or 7343416. OLE color: 7343416.

HSL color Cylindrical-coordinate representation of color #380D70: hue angle of 266.06º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380D70 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5613112-
CMYK0.500.8800.56
HSL266.06º79.2%24.51%-
HSV(B)266.06º88.39%43.92%-
XYZ4.72.315.53-
YUV37.14170.25141.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 13 (5.47% from 255) = 7.18%
BLUE value IS 112 (44.14% from 255) = 61.88%
R=30.94%
G=7.18%
B=61.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56131120.500.8800.56266.0679.224.51
Hex38D70325803810a4f19
Octal70151606213007041211731
Binary1110001101111000011001010110000111000100001010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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