#380877

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

Shades of Persian Indigo #380877

Tints of Persian Indigo #380877

Color information

#380877 (or 0x380877) is unknown color: approx Persian Indigo. HEX triplet: 38, 08 and 77. RGB value is (56,8,119). Sum of RGB (Red+Green+Blue) = 56+8+119=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #380877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380877 is #C7F788. Grayscale: #222222. Windows color (decimal): -13105033 or 7800888. OLE color: 7800888.

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

Color convert

RGB568119-
CMYK0.530.9300.53
HSL265.95º87.4%24.9%-
HSV(B)265.95º93.28%46.67%-
XYZ5.052.3517.64-
YUV35.01175.4142.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 119 (46.88% from 255) = 65.03%
R=30.60%
G=4.37%
B=65.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5681190.530.9300.53265.9587.424.9
Hex38877355D03510a5719
Octal70101676513506541212731
Binary1110001000111011111010110111010110101100001010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380877; }

 p { color: rgb(56,8,119); }

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

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

 a { background-color: rgb(56,8,119); }

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

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

 span { border-color: rgb(56,8,119); }

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