Html Css Color HEX #450F7A Indigo

📋 copy color: '#450F7A'

red 69 ◦ green 15 ◦ blue 122

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

Shades of Indigo #450F7A

Tints of Indigo #450F7A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.28%

 BLUE value IS 122 (48.05% from 255) = 59.22%

R = 33.5%
G = 7.28%
B = 59.22%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#450F7A (or 0x450F7A) is known color: Indigo. HEX triplet: 45, 0F and 7A. RGB value is (69,15,122). Sum of RGB (Red+Green+Blue) = 69+15+122=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #450F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F7A is #BAF085. Grayscale: #2A2A2A. Windows color (decimal): -12251270 or 7999301. OLE color: 7999301.

HSL color Cylindrical-coordinate representation of color #450F7A: hue angle of 270.28º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450F7A is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 69 15 122 -
CMYK 0.43 0.88 0 0.52
HSL 270.28º 0.78% 0.27% -
HSV(B) 270.28º 0.88% 0.48% -
XYZ 6.14 3.01 18.67 -
YUV 43.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 69 15 122 0.43 0.88 0 0.52 270.28 0.78 0.27
Hex 45 F 7A 2B 58 0 34 10E 4E 1B
Octal 105 17 172 53 130 0 64 416 116 33
Binary 1000101 1111 1111010 101011 1011000 0 110100 100001110 1001110 11011

Color Harmonies of #450F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450F7A

Black with #450F7A

Text Example


Text Example

White with #450F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,15,122); }

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

background-color css

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

 a { background-color: rgb(69,15,122); }

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

border-color css

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

 span { border-color: rgb(69,15,122); }

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