Html Css Color HEX #450164 Indigo

📋 copy color: '#450164'

red 69 ◦ green 1 ◦ blue 100

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

Shades of Indigo #450164

Tints of Indigo #450164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 40.59%
G = 0.59%
B = 58.82%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#450164 (or 0x450164) is known color: Indigo. HEX triplet: 45, 01 and 64. RGB value is (69,1,100). Sum of RGB (Red+Green+Blue) = 69+1+100=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #450164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450164 is #BAFE9B. Grayscale: #202020. Windows color (decimal): -12254876 or 6553925. OLE color: 6553925.

HSL color Cylindrical-coordinate representation of color #450164: hue angle of 281.21º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450164 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 1 100 -
CMYK 0.31 0.99 0 0.61
HSL 281.21º 0.98% 0.2% -
HSV(B) 281.21º 0.99% 0.39% -
XYZ 4.77 2.21 12.23 -
YUV 32.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 69 1 100 0.31 0.99 0 0.61 281.21 0.98 0.2
Hex 45 1 64 1F 63 0 3D 119 62 14
Octal 105 1 144 37 143 0 75 431 142 24
Binary 1000101 1 1100100 11111 1100011 0 111101 100011001 1100010 10100

Color Harmonies of #450164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450164

Black with #450164

Text Example


Text Example

White with #450164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450164; }

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

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

background-color css

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

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

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

border-color css

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

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

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