#380297

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

Shades of Indigo #380297

Tints of Indigo #380297

Color information

#380297 (or 0x380297) is unknown color: approx Indigo. HEX triplet: 38, 02 and 97. RGB value is (56,2,151). Sum of RGB (Red+Green+Blue) = 56+2+151=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 151 (59.38% from 255 or 72.25% from 209); Max value from RGB is 151 - color contains mainly: blue. Hex color #380297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380297 is #C7FD68. Grayscale: #222222. Windows color (decimal): -13106537 or 9896504. OLE color: 9896504.

HSL color Cylindrical-coordinate representation of color #380297: hue angle of 261.74º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380297 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB562151-
CMYK0.630.9900.41
HSL261.74º97.39%30%-
HSV(B)261.74º98.68%59.22%-
XYZ7.243.1229.5-
YUV35.13193.39142.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 151 (59.38% from 255) = 72.25%
R=26.79%
G=0.96%
B=72.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5621510.630.9900.41261.7497.3930
Hex382973F63029106611e
Octal7022277714305140614136
Binary111000101001011111111111000110101001100000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380297; }

 p { color: rgb(56,2,151); }

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

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

 a { background-color: rgb(56,2,151); }

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

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

 span { border-color: rgb(56,2,151); }

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