Html Css Color HEX #451294 Indigo

📋 copy color: '#451294'

red 69 ◦ green 18 ◦ blue 148

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

Shades of Indigo #451294

Tints of Indigo #451294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 29.36%
G = 7.66%
B = 62.98%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#451294 (or 0x451294) is known color: Indigo. HEX triplet: 45, 12 and 94. RGB value is (69,18,148). Sum of RGB (Red+Green+Blue) = 69+18+148=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #451294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451294 is #BAED6B. Grayscale: #2F2F2F. Windows color (decimal): -12250476 or 9704005. OLE color: 9704005.

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

Color convert

RGB 69 18 148 -
CMYK 0.53 0.88 0 0.42
HSL 263.54º 0.78% 0.33% -
HSV(B) 263.54º 0.88% 0.58% -
XYZ 8.02 3.84 28.33 -
YUV 48.07 184.4 142.93 -
System Red Green Blue C M Y K H S L
Decimal 69 18 148 0.53 0.88 0 0.42 263.54 0.78 0.33
Hex 45 12 94 35 58 0 2A 108 4E 21
Octal 105 22 224 65 130 0 52 410 116 41
Binary 1000101 10010 10010100 110101 1011000 0 101010 100001000 1001110 100001

Color Harmonies of #451294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451294

Black with #451294

Text Example


Text Example

White with #451294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451294; }

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

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

background-color css

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

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

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

border-color css

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

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

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