#380677

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

Shades of Persian Indigo #380677

Tints of Persian Indigo #380677

Color information

#380677 (or 0x380677) is unknown color: approx Persian Indigo. HEX triplet: 38, 06 and 77. RGB value is (56,6,119). Sum of RGB (Red+Green+Blue) = 56+6+119=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #380677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380677 is #C7F988. Grayscale: #212121. Windows color (decimal): -13105545 or 7800376. OLE color: 7800376.

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

Color convert

RGB566119-
CMYK0.530.9500.53
HSL266.55º90.4%24.51%-
HSV(B)266.55º94.96%46.67%-
XYZ5.032.317.63-
YUV33.83176.06143.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 119 (46.88% from 255) = 65.75%
R=30.94%
G=3.31%
B=65.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5661190.530.9500.53266.5590.424.51
Hex38677355F03510b5a19
Octal7061676513706541313231
Binary111000110111011111010110111110110101100001011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380677; }

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

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

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

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

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

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

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

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