Html Css Color HEX #450762 Indigo

📋 copy color: '#450762'

red 69 ◦ green 7 ◦ blue 98

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

Shades of Indigo #450762

Tints of Indigo #450762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

 BLUE value IS 98 (38.67% from 255) = 56.32%

R = 39.66%
G = 4.02%
B = 56.32%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#450762 (or 0x450762) is known color: Indigo. HEX triplet: 45, 07 and 62. RGB value is (69,7,98). Sum of RGB (Red+Green+Blue) = 69+7+98=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #450762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450762 is #BAF89D. Grayscale: #232323. Windows color (decimal): -12253342 or 6424389. OLE color: 6424389.

HSL color Cylindrical-coordinate representation of color #450762: hue angle of 280.88º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450762 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 7 98 -
CMYK 0.30 0.93 0 0.62
HSL 280.88º 0.87% 0.21% -
HSV(B) 280.88º 0.93% 0.38% -
XYZ 4.73 2.3 11.75 -
YUV 35.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 69 7 98 0.30 0.93 0 0.62 280.88 0.87 0.21
Hex 45 7 62 1E 5D 0 3E 119 57 15
Octal 105 7 142 36 135 0 76 431 127 25
Binary 1000101 111 1100010 11110 1011101 0 111110 100011001 1010111 10101

Color Harmonies of #450762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450762

Black with #450762

Text Example


Text Example

White with #450762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450762; }

 p { color: rgb(69,7,98); }

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

background-color css

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

 a { background-color: rgb(69,7,98); }

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

border-color css

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

 span { border-color: rgb(69,7,98); }

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