Html Css Color HEX #450F6D Indigo

📋 copy color: '#450F6D'

red 69 ◦ green 15 ◦ blue 109

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

Shades of Indigo #450F6D

Tints of Indigo #450F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 56.48%

R = 35.75%
G = 7.77%
B = 56.48%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#450F6D (or 0x450F6D) is known color: Indigo. HEX triplet: 45, 0F and 6D. RGB value is (69,15,109). Sum of RGB (Red+Green+Blue) = 69+15+109=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #450F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F6D is #BAF092. Grayscale: #292929. Windows color (decimal): -12251283 or 7147333. OLE color: 7147333.

HSL color Cylindrical-coordinate representation of color #450F6D: hue angle of 274.47º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450F6D is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 15 109 -
CMYK 0.37 0.86 0 0.57
HSL 274.47º 0.76% 0.24% -
HSV(B) 274.47º 0.86% 0.43% -
XYZ 5.39 2.71 14.71 -
YUV 41.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 69 15 109 0.37 0.86 0 0.57 274.47 0.76 0.24
Hex 45 F 6D 25 56 0 39 112 4C 18
Octal 105 17 155 45 126 0 71 422 114 30
Binary 1000101 1111 1101101 100101 1010110 0 111001 100010010 1001100 11000

Color Harmonies of #450F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450F6D

Black with #450F6D

Text Example


Text Example

White with #450F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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