Html Css Color HEX #450298 Indigo

📋 copy color: '#450298'

red 69 ◦ green 2 ◦ blue 152

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

Shades of Indigo #450298

Tints of Indigo #450298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 68.16%

R = 30.94%
G = 0.9%
B = 68.16%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#450298 (or 0x450298) is known color: Indigo. HEX triplet: 45, 02 and 98. RGB value is (69,2,152). Sum of RGB (Red+Green+Blue) = 69+2+152=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #450298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450298 is #BAFD67. Grayscale: #262626. Windows color (decimal): -12254568 or 9962053. OLE color: 9962053.

HSL color Cylindrical-coordinate representation of color #450298: hue angle of 266.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450298 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 2 152 -
CMYK 0.55 0.99 0 0.40
HSL 266.8º 0.97% 0.3% -
HSV(B) 266.8º 0.99% 0.6% -
XYZ 8.14 3.58 29.97 -
YUV 39.13 191.7 149.3 -
System Red Green Blue C M Y K H S L
Decimal 69 2 152 0.55 0.99 0 0.40 266.8 0.97 0.3
Hex 45 2 98 37 63 0 28 10B 61 1E
Octal 105 2 230 67 143 0 50 413 141 36
Binary 1000101 10 10011000 110111 1100011 0 101000 100001011 1100001 11110

Color Harmonies of #450298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450298

Black with #450298

Text Example


Text Example

White with #450298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450298; }

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

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

background-color css

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

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

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

border-color css

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

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

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