Html Css Color HEX #450DAC Indigo

📋 copy color: '#450DAC'

red 69 ◦ green 13 ◦ blue 172

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

Shades of Indigo #450DAC

Tints of Indigo #450DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.12%

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

R = 27.17%
G = 5.12%
B = 67.72%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#450DAC (or 0x450DAC) is known color: Indigo. HEX triplet: 45, 0D and AC. RGB value is (69,13,172). Sum of RGB (Red+Green+Blue) = 69+13+172=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #450DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450DAC is #BAF253. Grayscale: #2F2F2F. Windows color (decimal): -12251732 or 11275589. OLE color: 11275589.

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

Color convert

RGB 69 13 172 -
CMYK 0.60 0.92 0 0.33
HSL 261.13º 0.86% 0.36% -
HSV(B) 261.13º 0.92% 0.67% -
XYZ 10.04 4.53 39.38 -
YUV 47.87 198.05 143.07 -
System Red Green Blue C M Y K H S L
Decimal 69 13 172 0.60 0.92 0 0.33 261.13 0.86 0.36
Hex 45 D AC 3C 5C 0 21 105 56 24
Octal 105 15 254 74 134 0 41 405 126 44
Binary 1000101 1101 10101100 111100 1011100 0 100001 100000101 1010110 100100

Color Harmonies of #450DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450DAC

Black with #450DAC

Text Example


Text Example

White with #450DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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