#380676

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

Shades of Persian Indigo #380676

Tints of Persian Indigo #380676

Color information

#380676 (or 0x380676) is unknown color: approx Persian Indigo. HEX triplet: 38, 06 and 76. RGB value is (56,6,118). Sum of RGB (Red+Green+Blue) = 56+6+118=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #380676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380676 is #C7F989. Grayscale: #212121. Windows color (decimal): -13105546 or 7734840. OLE color: 7734840.

HSL color Cylindrical-coordinate representation of color #380676: hue angle of 266.79º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380676 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB566118-
CMYK0.530.9500.54
HSL266.79º90.32%24.31%-
HSV(B)266.79º94.92%46.27%-
XYZ4.972.2817.32-
YUV33.72175.56143.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 6 (2.73% from 255) = 3.33%
BLUE value IS 118 (46.48% from 255) = 65.56%
R=31.11%
G=3.33%
B=65.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5661180.530.9500.54266.7990.3224.31
Hex38676355F03610b5a18
Octal7061666513706641313230
Binary111000110111011011010110111110110110100001011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380676; }

 p { color: rgb(56,6,118); }

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

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

 a { background-color: rgb(56,6,118); }

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

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

 span { border-color: rgb(56,6,118); }

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