Html Css Color HEX #451096 Indigo

📋 copy color: '#451096'

red 69 ◦ green 16 ◦ blue 150

#451096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #451096

Tints of Indigo #451096

RGB

 RED value IS 69 (27.34% from 255) = 29.36%

 GREEN value IS 16 (6.64% from 255) = 6.81%

 BLUE value IS 150 (58.98% from 255) = 63.83%

R = 29.36%
G = 6.81%
B = 63.83%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#451096 (or 0x451096) is known color: Indigo. HEX triplet: 45, 10 and 96. RGB value is (69,16,150). Sum of RGB (Red+Green+Blue) = 69+16+150=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #451096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451096 is #BAEF69. Grayscale: #2E2E2E. Windows color (decimal): -12250986 or 9834565. OLE color: 9834565.

HSL color Cylindrical-coordinate representation of color #451096: hue angle of 263.73º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #451096 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 16 150 -
CMYK 0.54 0.89 0 0.41
HSL 263.73º 0.81% 0.33% -
HSV(B) 263.73º 0.89% 0.59% -
XYZ 8.14 3.84 29.17 -
YUV 47.12 186.06 143.6 -
System Red Green Blue C M Y K H S L
Decimal 69 16 150 0.54 0.89 0 0.41 263.73 0.81 0.33
Hex 45 10 96 36 59 0 29 108 51 21
Octal 105 20 226 66 131 0 51 410 121 41
Binary 1000101 10000 10010110 110110 1011001 0 101001 100001000 1010001 100001

Color Harmonies of #451096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451096

Black with #451096

Text Example


Text Example

White with #451096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451096; }

 p { color: rgb(69,16,150); }

 H1.HeaderClassName
 {
   color: #451096;
 }
 .AnyTagClassName
 {
   color: #451096;
 }
</style>

background-color css

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

 a { background-color: rgb(69,16,150); }

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

border-color css

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

 span { border-color: rgb(69,16,150); }

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