Html Css Color HEX #450095 Indigo

📋 copy color: '#450095'

red 69 ◦ green 0 ◦ blue 149

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

Shades of Indigo #450095

Tints of Indigo #450095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.65%
G = 0%
B = 68.35%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450095 (or 0x450095) is known color: Indigo. HEX triplet: 45, 00 and 95. RGB value is (69,0,149). Sum of RGB (Red+Green+Blue) = 69+0+149=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #450095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450095 is #BAFF6A. Grayscale: #252525. Windows color (decimal): -12255083 or 9764933. OLE color: 9764933.

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

Color convert

RGB 69 0 149 -
CMYK 0.54 1 0 0.42
HSL 267.79º 1% 0.29% -
HSV(B) 267.79º 1% 0.58% -
XYZ 7.88 3.44 28.68 -
YUV 37.62 190.86 150.38 -
System Red Green Blue C M Y K H S L
Decimal 69 0 149 0.54 1 0 0.42 267.79 1 0.29
Hex 45 0 95 36 64 0 2A 10C 64 1D
Octal 105 0 225 66 144 0 52 414 144 35
Binary 1000101 0 10010101 110110 1100100 0 101010 100001100 1100100 11101

Color Harmonies of #450095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450095

Black with #450095

Text Example


Text Example

White with #450095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450095; }

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

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

background-color css

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

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

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

border-color css

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

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

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