Html Css Color HEX #450262 Indigo

📋 copy color: '#450262'

red 69 ◦ green 2 ◦ blue 98

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

Shades of Indigo #450262

Tints of Indigo #450262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 40.83%
G = 1.18%
B = 57.99%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#450262 (or 0x450262) is known color: Indigo. HEX triplet: 45, 02 and 62. RGB value is (69,2,98). Sum of RGB (Red+Green+Blue) = 69+2+98=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #450262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450262 is #BAFD9D. Grayscale: #202020. Windows color (decimal): -12254622 or 6423109. OLE color: 6423109.

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

Color convert

RGB 69 2 98 -
CMYK 0.30 0.98 0 0.62
HSL 281.88º 0.96% 0.2% -
HSV(B) 281.88º 0.98% 0.38% -
XYZ 4.68 2.19 11.73 -
YUV 32.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 69 2 98 0.30 0.98 0 0.62 281.88 0.96 0.2
Hex 45 2 62 1E 62 0 3E 11A 60 14
Octal 105 2 142 36 142 0 76 432 140 24
Binary 1000101 10 1100010 11110 1100010 0 111110 100011010 1100000 10100

Color Harmonies of #450262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450262

Black with #450262

Text Example


Text Example

White with #450262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450262; }

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

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

background-color css

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

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

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

border-color css

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

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

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