#380095

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

Shades of Indigo #380095

Tints of Indigo #380095

Color information

#380095 (or 0x380095) is unknown color: approx Indigo. HEX triplet: 38, 00 and 95. RGB value is (56,0,149). Sum of RGB (Red+Green+Blue) = 56+0+149=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #380095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380095 is #C7FF6A. Grayscale: #212121. Windows color (decimal): -13107051 or 9764920. OLE color: 9764920.

HSL color Cylindrical-coordinate representation of color #380095: hue angle of 262.55º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380095 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB560149-
CMYK0.62100.42
HSL262.55º100%29.22%-
HSV(B)262.55º100%58.43%-
XYZ7.063.0128.64-
YUV33.73193.05143.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 72.68%
R=27.32%
G=0%
B=72.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5601490.62100.42262.5510029.22
Hex380953E6402A107641d
Octal7002257614405240714435
Binary11100001001010111111011001000101010100000111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380095; }

 p { color: rgb(56,0,149); }

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

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

 a { background-color: rgb(56,0,149); }

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

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

 span { border-color: rgb(56,0,149); }

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