Html Css Color HEX #450B64 Indigo

📋 copy color: '#450B64'

red 69 ◦ green 11 ◦ blue 100

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

Shades of Indigo #450B64

Tints of Indigo #450B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 55.56%

R = 38.33%
G = 6.11%
B = 55.56%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#450B64 (or 0x450B64) is known color: Indigo. HEX triplet: 45, 0B and 64. RGB value is (69,11,100). Sum of RGB (Red+Green+Blue) = 69+11+100=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #450B64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B64 is #BAF49B. Grayscale: #262626. Windows color (decimal): -12252316 or 6556485. OLE color: 6556485.

HSL color Cylindrical-coordinate representation of color #450B64: hue angle of 279.1º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450B64 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 11 100 -
CMYK 0.31 0.89 0 0.61
HSL 279.1º 0.8% 0.22% -
HSV(B) 279.1º 0.89% 0.39% -
XYZ 4.87 2.42 12.27 -
YUV 38.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 69 11 100 0.31 0.89 0 0.61 279.1 0.8 0.22
Hex 45 B 64 1F 59 0 3D 117 50 16
Octal 105 13 144 37 131 0 75 427 120 26
Binary 1000101 1011 1100100 11111 1011001 0 111101 100010111 1010000 10110

Color Harmonies of #450B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B64

Black with #450B64

Text Example


Text Example

White with #450B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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