Html Css Color HEX #450A8C Indigo

📋 copy color: '#450A8C'

red 69 ◦ green 10 ◦ blue 140

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

Shades of Indigo #450A8C

Tints of Indigo #450A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.93%

R = 31.51%
G = 4.57%
B = 63.93%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#450A8C (or 0x450A8C) is known color: Indigo. HEX triplet: 45, 0A and 8C. RGB value is (69,10,140). Sum of RGB (Red+Green+Blue) = 69+10+140=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #450A8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450A8C is #BAF573. Grayscale: #2A2A2A. Windows color (decimal): -12252532 or 9177669. OLE color: 9177669.

HSL color Cylindrical-coordinate representation of color #450A8C: hue angle of 267.23º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450A8C is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 10 140 -
CMYK 0.51 0.93 0 0.45
HSL 267.23º 0.87% 0.29% -
HSV(B) 267.23º 0.93% 0.55% -
XYZ 7.3 3.38 25.08 -
YUV 42.46 183.05 146.93 -
System Red Green Blue C M Y K H S L
Decimal 69 10 140 0.51 0.93 0 0.45 267.23 0.87 0.29
Hex 45 A 8C 33 5D 0 2D 10B 57 1D
Octal 105 12 214 63 135 0 55 413 127 35
Binary 1000101 1010 10001100 110011 1011101 0 101101 100001011 1010111 11101

Color Harmonies of #450A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450A8C

Black with #450A8C

Text Example


Text Example

White with #450A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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