Html Css Color HEX #450394 Indigo

📋 copy color: '#450394'

red 69 ◦ green 3 ◦ blue 148

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

Shades of Indigo #450394

Tints of Indigo #450394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

 BLUE value IS 148 (58.2% from 255) = 67.27%

R = 31.36%
G = 1.36%
B = 67.27%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450394 (or 0x450394) is known color: Indigo. HEX triplet: 45, 03 and 94. RGB value is (69,3,148). Sum of RGB (Red+Green+Blue) = 69+3+148=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #450394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450394 is #BAFC6B. Grayscale: #262626. Windows color (decimal): -12254316 or 9700165. OLE color: 9700165.

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

Color convert

RGB 69 3 148 -
CMYK 0.53 0.98 0 0.42
HSL 267.31º 0.96% 0.3% -
HSV(B) 267.31º 0.98% 0.58% -
XYZ 7.83 3.47 28.27 -
YUV 39.26 189.37 149.21 -
System Red Green Blue C M Y K H S L
Decimal 69 3 148 0.53 0.98 0 0.42 267.31 0.96 0.3
Hex 45 3 94 35 62 0 2A 10B 60 1E
Octal 105 3 224 65 142 0 52 413 140 36
Binary 1000101 11 10010100 110101 1100010 0 101010 100001011 1100000 11110

Color Harmonies of #450394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450394

Black with #450394

Text Example


Text Example

White with #450394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450394; }

 p { color: rgb(69,3,148); }

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

background-color css

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

 a { background-color: rgb(69,3,148); }

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

border-color css

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

 span { border-color: rgb(69,3,148); }

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