Html Css Color HEX #451271 Indigo

📋 copy color: '#451271'

red 69 ◦ green 18 ◦ blue 113

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

Shades of Indigo #451271

Tints of Indigo #451271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 113 (44.53% from 255) = 56.5%

R = 34.5%
G = 9%
B = 56.5%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#451271 (or 0x451271) is known color: Indigo. HEX triplet: 45, 12 and 71. RGB value is (69,18,113). Sum of RGB (Red+Green+Blue) = 69+18+113=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #451271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451271 is #BAED8E. Grayscale: #2B2B2B. Windows color (decimal): -12250511 or 7410245. OLE color: 7410245.

HSL color Cylindrical-coordinate representation of color #451271: hue angle of 272.21º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #451271 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 18 113 -
CMYK 0.39 0.84 0 0.56
HSL 272.21º 0.73% 0.26% -
HSV(B) 272.21º 0.84% 0.44% -
XYZ 5.65 2.89 15.88 -
YUV 44.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 69 18 113 0.39 0.84 0 0.56 272.21 0.73 0.26
Hex 45 12 71 27 54 0 38 110 49 1A
Octal 105 22 161 47 124 0 70 420 111 32
Binary 1000101 10010 1110001 100111 1010100 0 111000 100010000 1001001 11010

Color Harmonies of #451271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451271

Black with #451271

Text Example


Text Example

White with #451271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451271; }

 p { color: rgb(69,18,113); }

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

background-color css

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

 a { background-color: rgb(69,18,113); }

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

border-color css

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

 span { border-color: rgb(69,18,113); }

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