Html Css Color HEX #450F96 Indigo

📋 copy color: '#450F96'

red 69 ◦ green 15 ◦ blue 150

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

Shades of Indigo #450F96

Tints of Indigo #450F96

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.41%

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

R = 29.49%
G = 6.41%
B = 64.1%

CMYK

 C value IS 0.54

 M value IS 0.9

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#450F96 (or 0x450F96) is known color: Indigo. HEX triplet: 45, 0F and 96. RGB value is (69,15,150). Sum of RGB (Red+Green+Blue) = 69+15+150=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #450F96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450F96 is #BAF069. Grayscale: #2E2E2E. Windows color (decimal): -12251242 or 9834309. OLE color: 9834309.

HSL color Cylindrical-coordinate representation of color #450F96: hue angle of 264º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450F96 is Cyan = 0.54, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 15 150 -
CMYK 0.54 0.9 0 0.41
HSL 264º 0.82% 0.32% -
HSV(B) 264º 0.9% 0.59% -
XYZ 8.13 3.81 29.16 -
YUV 46.54 186.39 144.02 -
System Red Green Blue C M Y K H S L
Decimal 69 15 150 0.54 0.9 0 0.41 264 0.82 0.32
Hex 45 F 96 36 5A 0 29 108 52 20
Octal 105 17 226 66 132 0 51 410 122 40
Binary 1000101 1111 10010110 110110 1011010 0 101001 100001000 1010010 100000

Color Harmonies of #450F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450F96

Black with #450F96

Text Example


Text Example

White with #450F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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