#45037A

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

Shades of Indigo #45037A

Tints of Indigo #45037A

Color information

#45037A (or 0x45037A) is unknown color: approx Indigo. HEX triplet: 45, 03 and 7A. RGB value is (69,3,122). Sum of RGB (Red+Green+Blue) = 69+3+122=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #45037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45037A is #BAFC85. Grayscale: #232323. Windows color (decimal): -12254342 or 7996229. OLE color: 7996229.

HSL color Cylindrical-coordinate representation of color #45037A: hue angle of 273.28º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #45037A is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB693122-
CMYK0.430.9800.52
HSL273.28º95.2%24.51%-
HSV(B)273.28º97.54%47.84%-
XYZ62.7418.62-
YUV36.3176.37151.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 122 (48.05% from 255) = 62.89%
R=35.57%
G=1.55%
B=62.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6931220.430.9800.52273.2895.224.51
Hex4537A2B620341115f19
Octal10531725314206442113731
Binary100010111111101010101111000100110100100010001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45037A; }

 p { color: rgb(69,3,122); }

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

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

 a { background-color: rgb(69,3,122); }

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

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

 span { border-color: rgb(69,3,122); }

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