Html Css Color HEX #450297 Indigo

📋 copy color: '#450297'

red 69 ◦ green 2 ◦ blue 151

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

Shades of Indigo #450297

Tints of Indigo #450297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 31.08%
G = 0.9%
B = 68.02%

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

#450297 (or 0x450297) is known color: Indigo. HEX triplet: 45, 02 and 97. RGB value is (69,2,151). Sum of RGB (Red+Green+Blue) = 69+2+151=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #450297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450297 is #BAFD68. Grayscale: #262626. Windows color (decimal): -12254569 or 9896517. OLE color: 9896517.

HSL color Cylindrical-coordinate representation of color #450297: hue angle of 266.98º degrees, saturation: 0.97, 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 #450297 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 2 151 -
CMYK 0.54 0.99 0 0.41
HSL 266.98º 0.97% 0.3% -
HSV(B) 266.98º 0.99% 0.59% -
XYZ 8.06 3.54 29.54 -
YUV 39.02 191.2 149.38 -
System Red Green Blue C M Y K H S L
Decimal 69 2 151 0.54 0.99 0 0.41 266.98 0.97 0.3
Hex 45 2 97 36 63 0 29 10B 61 1E
Octal 105 2 227 66 143 0 51 413 141 36
Binary 1000101 10 10010111 110110 1100011 0 101001 100001011 1100001 11110

Color Harmonies of #450297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450297

Black with #450297

Text Example


Text Example

White with #450297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450297; }

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

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

background-color css

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

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

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

border-color css

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

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

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