Html Css Color HEX #450993 Indigo

📋 copy color: '#450993'

red 69 ◦ green 9 ◦ blue 147

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

Shades of Indigo #450993

Tints of Indigo #450993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 147 (57.81% from 255) = 65.33%

R = 30.67%
G = 4%
B = 65.33%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450993 (or 0x450993) is known color: Indigo. HEX triplet: 45, 09 and 93. RGB value is (69,9,147). Sum of RGB (Red+Green+Blue) = 69+9+147=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #450993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450993 is #BAF66C. Grayscale: #2A2A2A. Windows color (decimal): -12252781 or 9636165. OLE color: 9636165.

HSL color Cylindrical-coordinate representation of color #450993: hue angle of 266.09º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450993 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 9 147 -
CMYK 0.53 0.94 0 0.42
HSL 266.09º 0.88% 0.31% -
HSV(B) 266.09º 0.94% 0.58% -
XYZ 7.82 3.57 27.88 -
YUV 42.67 186.88 146.78 -
System Red Green Blue C M Y K H S L
Decimal 69 9 147 0.53 0.94 0 0.42 266.09 0.88 0.31
Hex 45 9 93 35 5E 0 2A 10A 58 1F
Octal 105 11 223 65 136 0 52 412 130 37
Binary 1000101 1001 10010011 110101 1011110 0 101010 100001010 1011000 11111

Color Harmonies of #450993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450993

Black with #450993

Text Example


Text Example

White with #450993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450993; }

 p { color: rgb(69,9,147); }

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

background-color css

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

 a { background-color: rgb(69,9,147); }

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

border-color css

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

 span { border-color: rgb(69,9,147); }

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