Html Css Color HEX #451297 Indigo

📋 copy color: '#451297'

red 69 ◦ green 18 ◦ blue 151

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

Shades of Indigo #451297

Tints of Indigo #451297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 63.45%

R = 28.99%
G = 7.56%
B = 63.45%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#451297 (or 0x451297) is known color: Indigo. HEX triplet: 45, 12 and 97. RGB value is (69,18,151). Sum of RGB (Red+Green+Blue) = 69+18+151=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #451297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451297 is #BAED68. Grayscale: #2F2F2F. Windows color (decimal): -12250473 or 9900613. OLE color: 9900613.

HSL color Cylindrical-coordinate representation of color #451297: hue angle of 263.01º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451297 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 18 151 -
CMYK 0.54 0.88 0 0.41
HSL 263.01º 0.79% 0.33% -
HSV(B) 263.01º 0.88% 0.59% -
XYZ 8.26 3.93 29.6 -
YUV 48.41 185.9 142.69 -
System Red Green Blue C M Y K H S L
Decimal 69 18 151 0.54 0.88 0 0.41 263.01 0.79 0.33
Hex 45 12 97 36 58 0 29 107 4F 21
Octal 105 22 227 66 130 0 51 407 117 41
Binary 1000101 10010 10010111 110110 1011000 0 101001 100000111 1001111 100001

Color Harmonies of #451297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451297

Black with #451297

Text Example


Text Example

White with #451297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451297; }

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

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

background-color css

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

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

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

border-color css

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

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

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