#380B73

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

Shades of Persian Indigo #380B73

Tints of Persian Indigo #380B73

Color information

#380B73 (or 0x380B73) is unknown color: approx Persian Indigo. HEX triplet: 38, 0B and 73. RGB value is (56,11,115). Sum of RGB (Red+Green+Blue) = 56+11+115=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #380B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380B73 is #C7F48C. Grayscale: #232323. Windows color (decimal): -13104269 or 7539512. OLE color: 7539512.

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

Color convert

RGB5611115-
CMYK0.510.9000.55
HSL265.96º82.54%24.71%-
HSV(B)265.96º90.43%45.1%-
XYZ4.852.3216.41-
YUV36.31172.41142.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 115 (45.31% from 255) = 63.19%
R=30.77%
G=6.04%
B=63.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56111150.510.9000.55265.9682.5424.71
Hex38B73335A03710a5319
Octal70131636313206741212331
Binary1110001011111001111001110110100110111100001010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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