Html Css Color HEX #451074 Indigo

📋 copy color: '#451074'

red 69 ◦ green 16 ◦ blue 116

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

Shades of Indigo #451074

Tints of Indigo #451074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

 BLUE value IS 116 (45.7% from 255) = 57.71%

R = 34.33%
G = 7.96%
B = 57.71%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#451074 (or 0x451074) is known color: Indigo. HEX triplet: 45, 10 and 74. RGB value is (69,16,116). Sum of RGB (Red+Green+Blue) = 69+16+116=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #451074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451074 is #BAEF8B. Grayscale: #2A2A2A. Windows color (decimal): -12251020 or 7606341. OLE color: 7606341.

HSL color Cylindrical-coordinate representation of color #451074: hue angle of 271.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451074 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 16 116 -
CMYK 0.41 0.86 0 0.55
HSL 271.8º 0.76% 0.26% -
HSV(B) 271.8º 0.86% 0.45% -
XYZ 5.79 2.9 16.78 -
YUV 43.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 69 16 116 0.41 0.86 0 0.55 271.8 0.76 0.26
Hex 45 10 74 29 56 0 37 110 4C 1A
Octal 105 20 164 51 126 0 67 420 114 32
Binary 1000101 10000 1110100 101001 1010110 0 110111 100010000 1001100 11010

Color Harmonies of #451074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451074

Black with #451074

Text Example


Text Example

White with #451074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451074; }

 p { color: rgb(69,16,116); }

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

background-color css

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

 a { background-color: rgb(69,16,116); }

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

border-color css

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

 span { border-color: rgb(69,16,116); }

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