Html Css Color HEX #450470 Indigo

📋 copy color: '#450470'

red 69 ◦ green 4 ◦ blue 112

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

Shades of Indigo #450470

Tints of Indigo #450470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.54%

R = 37.3%
G = 2.16%
B = 60.54%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450470 (or 0x450470) is known color: Indigo. HEX triplet: 45, 04 and 70. RGB value is (69,4,112). Sum of RGB (Red+Green+Blue) = 69+4+112=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #450470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450470 is #BAFB8F. Grayscale: #232323. Windows color (decimal): -12254096 or 7341125. OLE color: 7341125.

HSL color Cylindrical-coordinate representation of color #450470: hue angle of 276.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450470 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 4 112 -
CMYK 0.38 0.96 0 0.56
HSL 276.11º 0.93% 0.23% -
HSV(B) 276.11º 0.96% 0.44% -
XYZ 5.42 2.52 15.53 -
YUV 35.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 69 4 112 0.38 0.96 0 0.56 276.11 0.93 0.23
Hex 45 4 70 26 60 0 38 114 5D 17
Octal 105 4 160 46 140 0 70 424 135 27
Binary 1000101 100 1110000 100110 1100000 0 111000 100010100 1011101 10111

Color Harmonies of #450470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450470

Black with #450470

Text Example


Text Example

White with #450470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450470; }

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

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

background-color css

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

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

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

border-color css

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

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

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