#380073

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

Shades of Persian Indigo #380073

Tints of Persian Indigo #380073

Color information

#380073 (or 0x380073) is unknown color: approx Persian Indigo. HEX triplet: 38, 00 and 73. RGB value is (56,0,115). Sum of RGB (Red+Green+Blue) = 56+0+115=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #380073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380073 is #C7FF8C. Grayscale: #1D1D1D. Windows color (decimal): -13107085 or 7536696. OLE color: 7536696.

HSL color Cylindrical-coordinate representation of color #380073: hue angle of 269.22º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380073 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB560115-
CMYK0.51100.55
HSL269.22º100%22.55%-
HSV(B)269.22º100%45.1%-
XYZ4.732.0816.37-
YUV29.85176.05146.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 67.25%
R=32.75%
G=0%
B=67.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5601150.51100.55269.2210022.55
Hex38073336403710d6417
Octal7001636314406741514427
Binary1110000111001111001111001000110111100001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380073; }

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

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

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

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

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

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

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

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