Html Css Color HEX #450462 Indigo

📋 copy color: '#450462'

red 69 ◦ green 4 ◦ blue 98

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

Shades of Indigo #450462

Tints of Indigo #450462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

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

R = 40.35%
G = 2.34%
B = 57.31%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#450462 (or 0x450462) is known color: Indigo. HEX triplet: 45, 04 and 62. RGB value is (69,4,98). Sum of RGB (Red+Green+Blue) = 69+4+98=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #450462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450462 is #BAFB9D. Grayscale: #212121. Windows color (decimal): -12254110 or 6423621. OLE color: 6423621.

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

Color convert

RGB 69 4 98 -
CMYK 0.30 0.96 0 0.62
HSL 281.49º 0.92% 0.2% -
HSV(B) 281.49º 0.96% 0.38% -
XYZ 4.7 2.23 11.74 -
YUV 34.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 69 4 98 0.30 0.96 0 0.62 281.49 0.92 0.2
Hex 45 4 62 1E 60 0 3E 119 5C 14
Octal 105 4 142 36 140 0 76 431 134 24
Binary 1000101 100 1100010 11110 1100000 0 111110 100011001 1011100 10100

Color Harmonies of #450462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450462

Black with #450462

Text Example


Text Example

White with #450462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450462; }

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

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

background-color css

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

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

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

border-color css

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

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

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