Html Css Color HEX #450F69 Indigo

📋 copy color: '#450F69'

red 69 ◦ green 15 ◦ blue 105

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

Shades of Indigo #450F69

Tints of Indigo #450F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.56%

R = 36.51%
G = 7.94%
B = 55.56%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#450F69 (or 0x450F69) is known color: Indigo. HEX triplet: 45, 0F and 69. RGB value is (69,15,105). Sum of RGB (Red+Green+Blue) = 69+15+105=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #450F69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F69 is #BAF096. Grayscale: #292929. Windows color (decimal): -12251287 or 6885189. OLE color: 6885189.

HSL color Cylindrical-coordinate representation of color #450F69: hue angle of 276º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450F69 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 15 105 -
CMYK 0.34 0.86 0 0.59
HSL 276º 0.75% 0.24% -
HSV(B) 276º 0.86% 0.41% -
XYZ 5.17 2.63 13.6 -
YUV 41.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 69 15 105 0.34 0.86 0 0.59 276 0.75 0.24
Hex 45 F 69 22 56 0 3B 114 4B 18
Octal 105 17 151 42 126 0 73 424 113 30
Binary 1000101 1111 1101001 100010 1010110 0 111011 100010100 1001011 11000

Color Harmonies of #450F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450F69

Black with #450F69

Text Example


Text Example

White with #450F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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