Html Css Color HEX #450C70 Indigo

📋 copy color: '#450C70'

red 69 ◦ green 12 ◦ blue 112

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

Shades of Indigo #450C70

Tints of Indigo #450C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.22%

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

R = 35.75%
G = 6.22%
B = 58.03%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450C70 (or 0x450C70) is known color: Indigo. HEX triplet: 45, 0C and 70. RGB value is (69,12,112). Sum of RGB (Red+Green+Blue) = 69+12+112=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #450C70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C70 is #BAF38F. Grayscale: #282828. Windows color (decimal): -12252048 or 7343173. OLE color: 7343173.

HSL color Cylindrical-coordinate representation of color #450C70: hue angle of 274.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450C70 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 12 112 -
CMYK 0.38 0.89 0 0.56
HSL 274.2º 0.81% 0.24% -
HSV(B) 274.2º 0.89% 0.44% -
XYZ 5.51 2.7 15.56 -
YUV 40.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 69 12 112 0.38 0.89 0 0.56 274.2 0.81 0.24
Hex 45 C 70 26 59 0 38 112 51 18
Octal 105 14 160 46 131 0 70 422 121 30
Binary 1000101 1100 1110000 100110 1011001 0 111000 100010010 1010001 11000

Color Harmonies of #450C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450C70

Black with #450C70

Text Example


Text Example

White with #450C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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