Html Css Color HEX #450CAA Indigo

📋 copy color: '#450CAA'

red 69 ◦ green 12 ◦ blue 170

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

Shades of Indigo #450CAA

Tints of Indigo #450CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.78%

 BLUE value IS 170 (66.8% from 255) = 67.73%

R = 27.49%
G = 4.78%
B = 67.73%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#450CAA (or 0x450CAA) is known color: Indigo. HEX triplet: 45, 0C and AA. RGB value is (69,12,170). Sum of RGB (Red+Green+Blue) = 69+12+170=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #450CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450CAA is #BAF355. Grayscale: #2E2E2E. Windows color (decimal): -12251990 or 11144261. OLE color: 11144261.

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

Color convert

RGB 69 12 170 -
CMYK 0.59 0.93 0 0.33
HSL 261.65º 0.87% 0.36% -
HSV(B) 261.65º 0.93% 0.67% -
XYZ 9.84 4.43 38.37 -
YUV 47.06 197.38 143.65 -
System Red Green Blue C M Y K H S L
Decimal 69 12 170 0.59 0.93 0 0.33 261.65 0.87 0.36
Hex 45 C AA 3B 5D 0 21 106 57 24
Octal 105 14 252 73 135 0 41 406 127 44
Binary 1000101 1100 10101010 111011 1011101 0 100001 100000110 1010111 100100

Color Harmonies of #450CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450CAA

Black with #450CAA

Text Example


Text Example

White with #450CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,12,170); }

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

background-color css

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

 a { background-color: rgb(69,12,170); }

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

border-color css

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

 span { border-color: rgb(69,12,170); }

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