Html Css Color HEX #450094 Indigo

📋 copy color: '#450094'

red 69 ◦ green 0 ◦ blue 148

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

Shades of Indigo #450094

Tints of Indigo #450094

RGB

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

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

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

R = 31.8%
G = 0%
B = 68.2%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450094 (or 0x450094) is known color: Indigo. HEX triplet: 45, 00 and 94. RGB value is (69,0,148). Sum of RGB (Red+Green+Blue) = 69+0+148=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #450094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450094 is #BAFF6B. Grayscale: #242424. Windows color (decimal): -12255084 or 9699397. OLE color: 9699397.

HSL color Cylindrical-coordinate representation of color #450094: hue angle of 267.97º 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 #450094 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 0 148 -
CMYK 0.53 1 0 0.42
HSL 267.97º 1% 0.29% -
HSV(B) 267.97º 1% 0.58% -
XYZ 7.8 3.4 28.26 -
YUV 37.5 190.36 150.47 -
System Red Green Blue C M Y K H S L
Decimal 69 0 148 0.53 1 0 0.42 267.97 1 0.29
Hex 45 0 94 35 64 0 2A 10C 64 1D
Octal 105 0 224 65 144 0 52 414 144 35
Binary 1000101 0 10010100 110101 1100100 0 101010 100001100 1100100 11101

Color Harmonies of #450094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450094

Black with #450094

Text Example


Text Example

White with #450094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450094; }

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

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

background-color css

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

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

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

border-color css

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

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

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