#380B70

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

Shades of Persian Indigo #380B70

Tints of Persian Indigo #380B70

Color information

#380B70 (or 0x380B70) is unknown color: approx Persian Indigo. HEX triplet: 38, 0B and 70. RGB value is (56,11,112). Sum of RGB (Red+Green+Blue) = 56+11+112=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #380B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380B70 is #C7F48F. Grayscale: #232323. Windows color (decimal): -13104272 or 7342904. OLE color: 7342904.

HSL color Cylindrical-coordinate representation of color #380B70: hue angle of 266.73º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380B70 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5611112-
CMYK0.500.9000.56
HSL266.73º82.11%24.12%-
HSV(B)266.73º90.18%43.92%-
XYZ4.682.2515.52-
YUV35.97170.91142.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 11 (4.69% from 255) = 6.15%
BLUE value IS 112 (44.14% from 255) = 62.57%
R=31.28%
G=6.15%
B=62.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56111120.500.9000.56266.7382.1124.12
Hex38B70325A03810b5218
Octal70131606213207041312230
Binary1110001011111000011001010110100111000100001011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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