Html Css Color HEX #450370 Indigo

📋 copy color: '#450370'

red 69 ◦ green 3 ◦ blue 112

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

Shades of Indigo #450370

Tints of Indigo #450370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 37.5%
G = 1.63%
B = 60.87%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450370 (or 0x450370) is known color: Indigo. HEX triplet: 45, 03 and 70. RGB value is (69,3,112). Sum of RGB (Red+Green+Blue) = 69+3+112=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #450370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450370 is #BAFC8F. Grayscale: #222222. Windows color (decimal): -12254352 or 7340869. OLE color: 7340869.

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

Color convert

RGB 69 3 112 -
CMYK 0.38 0.97 0 0.56
HSL 276.33º 0.95% 0.23% -
HSV(B) 276.33º 0.97% 0.44% -
XYZ 5.41 2.5 15.53 -
YUV 35.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 69 3 112 0.38 0.97 0 0.56 276.33 0.95 0.23
Hex 45 3 70 26 61 0 38 114 5F 17
Octal 105 3 160 46 141 0 70 424 137 27
Binary 1000101 11 1110000 100110 1100001 0 111000 100010100 1011111 10111

Color Harmonies of #450370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450370

Black with #450370

Text Example


Text Example

White with #450370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450370; }

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

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

background-color css

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

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

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

border-color css

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

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

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