Html Css Color HEX #450270 Indigo

📋 copy color: '#450270'

red 69 ◦ green 2 ◦ blue 112

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

Shades of Indigo #450270

Tints of Indigo #450270

RGB

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

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

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

R = 37.7%
G = 1.09%
B = 61.2%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450270 (or 0x450270) is known color: Indigo. HEX triplet: 45, 02 and 70. RGB value is (69,2,112). Sum of RGB (Red+Green+Blue) = 69+2+112=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #450270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450270 is #BAFD8F. Grayscale: #222222. Windows color (decimal): -12254608 or 7340613. OLE color: 7340613.

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

Color convert

RGB 69 2 112 -
CMYK 0.38 0.98 0 0.56
HSL 276.55º 0.96% 0.22% -
HSV(B) 276.55º 0.98% 0.44% -
XYZ 5.4 2.48 15.52 -
YUV 34.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 69 2 112 0.38 0.98 0 0.56 276.55 0.96 0.22
Hex 45 2 70 26 62 0 38 115 60 16
Octal 105 2 160 46 142 0 70 425 140 26
Binary 1000101 10 1110000 100110 1100010 0 111000 100010101 1100000 10110

Color Harmonies of #450270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450270

Black with #450270

Text Example


Text Example

White with #450270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450270; }

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

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

background-color css

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

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

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

border-color css

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

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

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