Html Css Color HEX #450662 Indigo

📋 copy color: '#450662'

red 69 ◦ green 6 ◦ blue 98

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

Shades of Indigo #450662

Tints of Indigo #450662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

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

R = 39.88%
G = 3.47%
B = 56.65%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#450662 (or 0x450662) is known color: Indigo. HEX triplet: 45, 06 and 62. RGB value is (69,6,98). Sum of RGB (Red+Green+Blue) = 69+6+98=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #450662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450662 is #BAF99D. Grayscale: #232323. Windows color (decimal): -12253598 or 6424133. OLE color: 6424133.

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

Color convert

RGB 69 6 98 -
CMYK 0.30 0.94 0 0.62
HSL 281.09º 0.88% 0.2% -
HSV(B) 281.09º 0.94% 0.38% -
XYZ 4.72 2.28 11.75 -
YUV 35.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 69 6 98 0.30 0.94 0 0.62 281.09 0.88 0.2
Hex 45 6 62 1E 5E 0 3E 119 58 14
Octal 105 6 142 36 136 0 76 431 130 24
Binary 1000101 110 1100010 11110 1011110 0 111110 100011001 1011000 10100

Color Harmonies of #450662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450662

Black with #450662

Text Example


Text Example

White with #450662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450662; }

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

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

background-color css

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

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

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

border-color css

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

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

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