Html Css Color HEX #450862 Indigo

📋 copy color: '#450862'

red 69 ◦ green 8 ◦ blue 98

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

Shades of Indigo #450862

Tints of Indigo #450862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

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

R = 39.43%
G = 4.57%
B = 56%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#450862 (or 0x450862) is known color: Indigo. HEX triplet: 45, 08 and 62. RGB value is (69,8,98). Sum of RGB (Red+Green+Blue) = 69+8+98=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #450862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450862 is #BAF79D. Grayscale: #242424. Windows color (decimal): -12253086 or 6424645. OLE color: 6424645.

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

Color convert

RGB 69 8 98 -
CMYK 0.30 0.92 0 0.62
HSL 280.67º 0.85% 0.21% -
HSV(B) 280.67º 0.92% 0.38% -
XYZ 4.75 2.32 11.75 -
YUV 36.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 69 8 98 0.30 0.92 0 0.62 280.67 0.85 0.21
Hex 45 8 62 1E 5C 0 3E 119 55 15
Octal 105 10 142 36 134 0 76 431 125 25
Binary 1000101 1000 1100010 11110 1011100 0 111110 100011001 1010101 10101

Color Harmonies of #450862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450862

Black with #450862

Text Example


Text Example

White with #450862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450862; }

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

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

background-color css

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

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

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

border-color css

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

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

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