Html Css Color HEX #450294 Indigo

📋 copy color: '#450294'

red 69 ◦ green 2 ◦ blue 148

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

Shades of Indigo #450294

Tints of Indigo #450294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 31.51%
G = 0.91%
B = 67.58%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450294 (or 0x450294) is known color: Indigo. HEX triplet: 45, 02 and 94. RGB value is (69,2,148). Sum of RGB (Red+Green+Blue) = 69+2+148=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #450294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450294 is #BAFD6B. Grayscale: #262626. Windows color (decimal): -12254572 or 9699909. OLE color: 9699909.

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

Color convert

RGB 69 2 148 -
CMYK 0.53 0.99 0 0.42
HSL 267.53º 0.97% 0.29% -
HSV(B) 267.53º 0.99% 0.58% -
XYZ 7.82 3.45 28.27 -
YUV 38.68 189.7 149.63 -
System Red Green Blue C M Y K H S L
Decimal 69 2 148 0.53 0.99 0 0.42 267.53 0.97 0.29
Hex 45 2 94 35 63 0 2A 10C 61 1D
Octal 105 2 224 65 143 0 52 414 141 35
Binary 1000101 10 10010100 110101 1100011 0 101010 100001100 1100001 11101

Color Harmonies of #450294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450294

Black with #450294

Text Example


Text Example

White with #450294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450294; }

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

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

background-color css

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

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

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

border-color css

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

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

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