#380578

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

Shades of Persian Indigo #380578

Tints of Persian Indigo #380578

Color information

#380578 (or 0x380578) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 78. RGB value is (56,5,120). Sum of RGB (Red+Green+Blue) = 56+5+120=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #380578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380578 is #C7FA87. Grayscale: #202020. Windows color (decimal): -13105800 or 7865656. OLE color: 7865656.

HSL color Cylindrical-coordinate representation of color #380578: hue angle of 266.61º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380578 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB565120-
CMYK0.530.9600.53
HSL266.61º92%24.51%-
HSV(B)266.61º95.83%47.06%-
XYZ5.082.3117.95-
YUV33.36176.9144.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 120 (47.27% from 255) = 66.30%
R=30.94%
G=2.76%
B=66.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5651200.530.9600.53266.619224.51
Hex38578356003510b5c19
Octal7051706514006541313431
Binary111000101111100011010111000000110101100001011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380578; }

 p { color: rgb(56,5,120); }

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

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

 a { background-color: rgb(56,5,120); }

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

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

 span { border-color: rgb(56,5,120); }

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