Html Css Color HEX #450BAC Indigo

📋 copy color: '#450BAC'

red 69 ◦ green 11 ◦ blue 172

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

Shades of Indigo #450BAC

Tints of Indigo #450BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 27.38%
G = 4.37%
B = 68.25%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#450BAC (or 0x450BAC) is known color: Indigo. HEX triplet: 45, 0B and AC. RGB value is (69,11,172). Sum of RGB (Red+Green+Blue) = 69+11+172=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #450BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450BAC is #BAF453. Grayscale: #2E2E2E. Windows color (decimal): -12252244 or 11275077. OLE color: 11275077.

HSL color Cylindrical-coordinate representation of color #450BAC: hue angle of 261.61º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450BAC is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 11 172 -
CMYK 0.60 0.94 0 0.33
HSL 261.61º 0.88% 0.36% -
HSV(B) 261.61º 0.94% 0.67% -
XYZ 10.02 4.48 39.37 -
YUV 46.7 198.72 143.91 -
System Red Green Blue C M Y K H S L
Decimal 69 11 172 0.60 0.94 0 0.33 261.61 0.88 0.36
Hex 45 B AC 3C 5E 0 21 106 58 24
Octal 105 13 254 74 136 0 41 406 130 44
Binary 1000101 1011 10101100 111100 1011110 0 100001 100000110 1011000 100100

Color Harmonies of #450BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450BAC

Black with #450BAC

Text Example


Text Example

White with #450BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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