Html Css Color HEX #450B74 Indigo

📋 copy color: '#450B74'

red 69 ◦ green 11 ◦ blue 116

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

Shades of Indigo #450B74

Tints of Indigo #450B74

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.61%

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

R = 35.2%
G = 5.61%
B = 59.18%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#450B74 (or 0x450B74) is known color: Indigo. HEX triplet: 45, 0B and 74. RGB value is (69,11,116). Sum of RGB (Red+Green+Blue) = 69+11+116=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #450B74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B74 is #BAF48B. Grayscale: #272727. Windows color (decimal): -12252300 or 7605061. OLE color: 7605061.

HSL color Cylindrical-coordinate representation of color #450B74: hue angle of 273.14º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450B74 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 11 116 -
CMYK 0.41 0.91 0 0.55
HSL 273.14º 0.83% 0.25% -
HSV(B) 273.14º 0.91% 0.45% -
XYZ 5.73 2.77 16.75 -
YUV 40.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 69 11 116 0.41 0.91 0 0.55 273.14 0.83 0.25
Hex 45 B 74 29 5B 0 37 111 53 19
Octal 105 13 164 51 133 0 67 421 123 31
Binary 1000101 1011 1110100 101001 1011011 0 110111 100010001 1010011 11001

Color Harmonies of #450B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B74

Black with #450B74

Text Example


Text Example

White with #450B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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