Html Css Color HEX #450A94 Indigo

📋 copy color: '#450A94'

red 69 ◦ green 10 ◦ blue 148

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

Shades of Indigo #450A94

Tints of Indigo #450A94

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.41%

 BLUE value IS 148 (58.2% from 255) = 65.2%

R = 30.4%
G = 4.41%
B = 65.2%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450A94 (or 0x450A94) is known color: Indigo. HEX triplet: 45, 0A and 94. RGB value is (69,10,148). Sum of RGB (Red+Green+Blue) = 69+10+148=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #450A94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450A94 is #BAF56B. Grayscale: #2A2A2A. Windows color (decimal): -12252524 or 9701957. OLE color: 9701957.

HSL color Cylindrical-coordinate representation of color #450A94: hue angle of 265.65º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450A94 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 10 148 -
CMYK 0.53 0.93 0 0.42
HSL 265.65º 0.87% 0.31% -
HSV(B) 265.65º 0.93% 0.58% -
XYZ 7.91 3.62 28.3 -
YUV 43.37 187.05 146.28 -
System Red Green Blue C M Y K H S L
Decimal 69 10 148 0.53 0.93 0 0.42 265.65 0.87 0.31
Hex 45 A 94 35 5D 0 2A 10A 57 1F
Octal 105 12 224 65 135 0 52 412 127 37
Binary 1000101 1010 10010100 110101 1011101 0 101010 100001010 1010111 11111

Color Harmonies of #450A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450A94

Black with #450A94

Text Example


Text Example

White with #450A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,10,148); }

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

background-color css

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

 a { background-color: rgb(69,10,148); }

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

border-color css

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

 span { border-color: rgb(69,10,148); }

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