Html Css Color HEX #450295 Indigo

📋 copy color: '#450295'

red 69 ◦ green 2 ◦ blue 149

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

Shades of Indigo #450295

Tints of Indigo #450295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 31.36%
G = 0.91%
B = 67.73%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450295 (or 0x450295) is known color: Indigo. HEX triplet: 45, 02 and 95. RGB value is (69,2,149). Sum of RGB (Red+Green+Blue) = 69+2+149=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #450295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450295 is #BAFD6A. Grayscale: #262626. Windows color (decimal): -12254571 or 9765445. OLE color: 9765445.

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

Color convert

RGB 69 2 149 -
CMYK 0.54 0.99 0 0.42
HSL 267.35º 0.97% 0.3% -
HSV(B) 267.35º 0.99% 0.58% -
XYZ 7.9 3.48 28.69 -
YUV 38.79 190.2 149.55 -
System Red Green Blue C M Y K H S L
Decimal 69 2 149 0.54 0.99 0 0.42 267.35 0.97 0.3
Hex 45 2 95 36 63 0 2A 10B 61 1E
Octal 105 2 225 66 143 0 52 413 141 36
Binary 1000101 10 10010101 110110 1100011 0 101010 100001011 1100001 11110

Color Harmonies of #450295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450295

Black with #450295

Text Example


Text Example

White with #450295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450295; }

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

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

background-color css

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

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

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

border-color css

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

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

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