Html Css Color HEX #450D99 Indigo

📋 copy color: '#450D99'

red 69 ◦ green 13 ◦ blue 153

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

Shades of Indigo #450D99

Tints of Indigo #450D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 29.36%
G = 5.53%
B = 65.11%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#450D99 (or 0x450D99) is known color: Indigo. HEX triplet: 45, 0D and 99. RGB value is (69,13,153). Sum of RGB (Red+Green+Blue) = 69+13+153=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #450D99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450D99 is #BAF266. Grayscale: #2D2D2D. Windows color (decimal): -12251751 or 10030405. OLE color: 10030405.

HSL color Cylindrical-coordinate representation of color #450D99: hue angle of 264º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450D99 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 13 153 -
CMYK 0.55 0.92 0 0.4
HSL 264º 0.84% 0.33% -
HSV(B) 264º 0.92% 0.6% -
XYZ 8.35 3.85 30.44 -
YUV 45.7 188.55 144.62 -
System Red Green Blue C M Y K H S L
Decimal 69 13 153 0.55 0.92 0 0.4 264 0.84 0.33
Hex 45 D 99 37 5C 0 28 108 54 21
Octal 105 15 231 67 134 0 50 410 124 41
Binary 1000101 1101 10011001 110111 1011100 0 101000 100001000 1010100 100001

Color Harmonies of #450D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D99

Black with #450D99

Text Example


Text Example

White with #450D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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