Html Css Color HEX #450A6E Indigo

📋 copy color: '#450A6E'

red 69 ◦ green 10 ◦ blue 110

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

Shades of Indigo #450A6E

Tints of Indigo #450A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 58.2%

R = 36.51%
G = 5.29%
B = 58.2%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#450A6E (or 0x450A6E) is known color: Indigo. HEX triplet: 45, 0A and 6E. RGB value is (69,10,110). Sum of RGB (Red+Green+Blue) = 69+10+110=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #450A6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A6E is #BAF591. Grayscale: #262626. Windows color (decimal): -12252562 or 7211589. OLE color: 7211589.

HSL color Cylindrical-coordinate representation of color #450A6E: hue angle of 275.4º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450A6E is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 10 110 -
CMYK 0.37 0.91 0 0.57
HSL 275.4º 0.83% 0.24% -
HSV(B) 275.4º 0.91% 0.43% -
XYZ 5.38 2.61 14.97 -
YUV 39.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 69 10 110 0.37 0.91 0 0.57 275.4 0.83 0.24
Hex 45 A 6E 25 5B 0 39 113 53 18
Octal 105 12 156 45 133 0 71 423 123 30
Binary 1000101 1010 1101110 100101 1011011 0 111001 100010011 1010011 11000

Color Harmonies of #450A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450A6E

Black with #450A6E

Text Example


Text Example

White with #450A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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