Html Css Color HEX #451098 Indigo

📋 copy color: '#451098'

red 69 ◦ green 16 ◦ blue 152

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

Shades of Indigo #451098

Tints of Indigo #451098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.75%

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

R = 29.11%
G = 6.75%
B = 64.14%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#451098 (or 0x451098) is known color: Indigo. HEX triplet: 45, 10 and 98. RGB value is (69,16,152). Sum of RGB (Red+Green+Blue) = 69+16+152=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #451098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451098 is #BAEF67. Grayscale: #2E2E2E. Windows color (decimal): -12250984 or 9965637. OLE color: 9965637.

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

Color convert

RGB 69 16 152 -
CMYK 0.55 0.89 0 0.40
HSL 263.38º 0.81% 0.33% -
HSV(B) 263.38º 0.89% 0.6% -
XYZ 8.31 3.9 30.02 -
YUV 47.35 187.06 143.44 -
System Red Green Blue C M Y K H S L
Decimal 69 16 152 0.55 0.89 0 0.40 263.38 0.81 0.33
Hex 45 10 98 37 59 0 28 107 51 21
Octal 105 20 230 67 131 0 50 407 121 41
Binary 1000101 10000 10011000 110111 1011001 0 101000 100000111 1010001 100001

Color Harmonies of #451098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451098

Black with #451098

Text Example


Text Example

White with #451098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451098; }

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

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

background-color css

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

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

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

border-color css

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

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

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