Html Css Color HEX #450BA5 Indigo

📋 copy color: '#450BA5'

red 69 ◦ green 11 ◦ blue 165

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

Shades of Indigo #450BA5

Tints of Indigo #450BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.49%

 BLUE value IS 165 (64.84% from 255) = 67.35%

R = 28.16%
G = 4.49%
B = 67.35%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#450BA5 (or 0x450BA5) is known color: Indigo. HEX triplet: 45, 0B and A5. RGB value is (69,11,165). Sum of RGB (Red+Green+Blue) = 69+11+165=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 165 (64.84% from 255 or 67.35% from 245); Max value from RGB is 165 - color contains mainly: blue. Hex color #450BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450BA5 is #BAF45A. Grayscale: #2D2D2D. Windows color (decimal): -12252251 or 10816325. OLE color: 10816325.

HSL color Cylindrical-coordinate representation of color #450BA5: hue angle of 262.6º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450BA5 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 69 11 165 -
CMYK 0.58 0.93 0 0.35
HSL 262.6º 0.88% 0.35% -
HSV(B) 262.6º 0.93% 0.65% -
XYZ 9.37 4.22 35.92 -
YUV 45.9 195.22 144.48 -
System Red Green Blue C M Y K H S L
Decimal 69 11 165 0.58 0.93 0 0.35 262.6 0.88 0.35
Hex 45 B A5 3A 5D 0 23 107 58 23
Octal 105 13 245 72 135 0 43 407 130 43
Binary 1000101 1011 10100101 111010 1011101 0 100011 100000111 1011000 100011

Color Harmonies of #450BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450BA5

Black with #450BA5

Text Example


Text Example

White with #450BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,11,165); }

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

background-color css

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

 a { background-color: rgb(69,11,165); }

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

border-color css

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

 span { border-color: rgb(69,11,165); }

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