Html Css Color HEX #450562 Indigo

📋 copy color: '#450562'

red 69 ◦ green 5 ◦ blue 98

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

Shades of Indigo #450562

Tints of Indigo #450562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 40.12%
G = 2.91%
B = 56.98%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#450562 (or 0x450562) is known color: Indigo. HEX triplet: 45, 05 and 62. RGB value is (69,5,98). Sum of RGB (Red+Green+Blue) = 69+5+98=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #450562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450562 is #BAFA9D. Grayscale: #222222. Windows color (decimal): -12253854 or 6423877. OLE color: 6423877.

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

Color convert

RGB 69 5 98 -
CMYK 0.30 0.95 0 0.62
HSL 281.29º 0.9% 0.2% -
HSV(B) 281.29º 0.95% 0.38% -
XYZ 4.71 2.26 11.74 -
YUV 34.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 69 5 98 0.30 0.95 0 0.62 281.29 0.9 0.2
Hex 45 5 62 1E 5F 0 3E 119 5A 14
Octal 105 5 142 36 137 0 76 431 132 24
Binary 1000101 101 1100010 11110 1011111 0 111110 100011001 1011010 10100

Color Harmonies of #450562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450562

Black with #450562

Text Example


Text Example

White with #450562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450562; }

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

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

background-color css

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

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

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

border-color css

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

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

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