Html Css Color HEX #450B76 Indigo

📋 copy color: '#450B76'

red 69 ◦ green 11 ◦ blue 118

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

Shades of Indigo #450B76

Tints of Indigo #450B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59.6%

R = 34.85%
G = 5.56%
B = 59.6%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#450B76 (or 0x450B76) is known color: Indigo. HEX triplet: 45, 0B and 76. RGB value is (69,11,118). Sum of RGB (Red+Green+Blue) = 69+11+118=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #450B76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B76 is #BAF489. Grayscale: #282828. Windows color (decimal): -12252298 or 7736133. OLE color: 7736133.

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

Color convert

RGB 69 11 118 -
CMYK 0.42 0.91 0 0.54
HSL 272.52º 0.83% 0.25% -
HSV(B) 272.52º 0.91% 0.46% -
XYZ 5.84 2.81 17.37 -
YUV 40.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 69 11 118 0.42 0.91 0 0.54 272.52 0.83 0.25
Hex 45 B 76 2A 5B 0 36 111 53 19
Octal 105 13 166 52 133 0 66 421 123 31
Binary 1000101 1011 1110110 101010 1011011 0 110110 100010001 1010011 11001

Color Harmonies of #450B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B76

Black with #450B76

Text Example


Text Example

White with #450B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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