Html Css Color HEX #450D6F Indigo

📋 copy color: '#450D6F'

red 69 ◦ green 13 ◦ blue 111

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

Shades of Indigo #450D6F

Tints of Indigo #450D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.74%

 BLUE value IS 111 (43.75% from 255) = 57.51%

R = 35.75%
G = 6.74%
B = 57.51%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450D6F (or 0x450D6F) is known color: Indigo. HEX triplet: 45, 0D and 6F. RGB value is (69,13,111). Sum of RGB (Red+Green+Blue) = 69+13+111=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #450D6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450D6F is #BAF290. Grayscale: #282828. Windows color (decimal): -12251793 or 7277893. OLE color: 7277893.

HSL color Cylindrical-coordinate representation of color #450D6F: hue angle of 274.29º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450D6F is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 13 111 -
CMYK 0.38 0.88 0 0.56
HSL 274.29º 0.79% 0.24% -
HSV(B) 274.29º 0.88% 0.44% -
XYZ 5.47 2.7 15.27 -
YUV 40.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 69 13 111 0.38 0.88 0 0.56 274.29 0.79 0.24
Hex 45 D 6F 26 58 0 38 112 4F 18
Octal 105 15 157 46 130 0 70 422 117 30
Binary 1000101 1101 1101111 100110 1011000 0 111000 100010010 1001111 11000

Color Harmonies of #450D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D6F

Black with #450D6F

Text Example


Text Example

White with #450D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,13,111); }

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

background-color css

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

 a { background-color: rgb(69,13,111); }

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

border-color css

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

 span { border-color: rgb(69,13,111); }

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