Html Css Color HEX #450B68 Indigo

📋 copy color: '#450B68'

red 69 ◦ green 11 ◦ blue 104

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

Shades of Indigo #450B68

Tints of Indigo #450B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.52%

R = 37.5%
G = 5.98%
B = 56.52%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#450B68 (or 0x450B68) is known color: Indigo. HEX triplet: 45, 0B and 68. RGB value is (69,11,104). Sum of RGB (Red+Green+Blue) = 69+11+104=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #450B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B68 is #BAF497. Grayscale: #262626. Windows color (decimal): -12252312 or 6818629. OLE color: 6818629.

HSL color Cylindrical-coordinate representation of color #450B68: hue angle of 277.42º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450B68 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 11 104 -
CMYK 0.34 0.89 0 0.59
HSL 277.42º 0.81% 0.23% -
HSV(B) 277.42º 0.89% 0.41% -
XYZ 5.07 2.5 13.31 -
YUV 38.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 69 11 104 0.34 0.89 0 0.59 277.42 0.81 0.23
Hex 45 B 68 22 59 0 3B 115 51 17
Octal 105 13 150 42 131 0 73 425 121 27
Binary 1000101 1011 1101000 100010 1011001 0 111011 100010101 1010001 10111

Color Harmonies of #450B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B68

Black with #450B68

Text Example


Text Example

White with #450B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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