#380773

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

Shades of Persian Indigo #380773

Tints of Persian Indigo #380773

Color information

#380773 (or 0x380773) is unknown color: approx Persian Indigo. HEX triplet: 38, 07 and 73. RGB value is (56,7,115). Sum of RGB (Red+Green+Blue) = 56+7+115=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #380773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380773 is #C7F88C. Grayscale: #212121. Windows color (decimal): -13105293 or 7538488. OLE color: 7538488.

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

Color convert

RGB567115-
CMYK0.510.9400.55
HSL267.22º88.52%23.92%-
HSV(B)267.22º93.91%45.1%-
XYZ4.82.2316.4-
YUV33.96173.73143.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 7 (3.12% from 255) = 3.93%
BLUE value IS 115 (45.31% from 255) = 64.61%
R=31.46%
G=3.93%
B=64.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5671150.510.9400.55267.2288.5223.92
Hex38773335E03710b5918
Octal7071636313606741313130
Binary111000111111001111001110111100110111100001011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380773; }

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

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

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

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

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

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

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

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