Html Css Color HEX #450197 Indigo

📋 copy color: '#450197'

red 69 ◦ green 1 ◦ blue 151

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

Shades of Indigo #450197

Tints of Indigo #450197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 31.22%
G = 0.45%
B = 68.33%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#450197 (or 0x450197) is known color: Indigo. HEX triplet: 45, 01 and 97. RGB value is (69,1,151). Sum of RGB (Red+Green+Blue) = 69+1+151=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #450197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450197 is #BAFE68. Grayscale: #252525. Windows color (decimal): -12254825 or 9896261. OLE color: 9896261.

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

Color convert

RGB 69 1 151 -
CMYK 0.54 0.99 0 0.41
HSL 267.2º 0.99% 0.3% -
HSV(B) 267.2º 0.99% 0.59% -
XYZ 8.05 3.52 29.53 -
YUV 38.43 191.53 149.8 -
System Red Green Blue C M Y K H S L
Decimal 69 1 151 0.54 0.99 0 0.41 267.2 0.99 0.3
Hex 45 1 97 36 63 0 29 10B 63 1E
Octal 105 1 227 66 143 0 51 413 143 36
Binary 1000101 1 10010111 110110 1100011 0 101001 100001011 1100011 11110

Color Harmonies of #450197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450197

Black with #450197

Text Example


Text Example

White with #450197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450197; }

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

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

background-color css

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

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

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

border-color css

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

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

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