Html Css Color HEX #450565 Indigo

📋 copy color: '#450565'

red 69 ◦ green 5 ◦ blue 101

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

Shades of Indigo #450565

Tints of Indigo #450565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 101 (39.84% from 255) = 57.71%

R = 39.43%
G = 2.86%
B = 57.71%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#450565 (or 0x450565) is known color: Indigo. HEX triplet: 45, 05 and 65. RGB value is (69,5,101). Sum of RGB (Red+Green+Blue) = 69+5+101=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #450565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450565 is #BAFA9A. Grayscale: #222222. Windows color (decimal): -12253851 or 6620485. OLE color: 6620485.

HSL color Cylindrical-coordinate representation of color #450565: hue angle of 280º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450565 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 69 5 101 -
CMYK 0.32 0.95 0 0.60
HSL 280º 0.91% 0.21% -
HSV(B) 280º 0.95% 0.4% -
XYZ 4.86 2.31 12.5 -
YUV 35.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 69 5 101 0.32 0.95 0 0.60 280 0.91 0.21
Hex 45 5 65 20 5F 0 3C 118 5B 15
Octal 105 5 145 40 137 0 74 430 133 25
Binary 1000101 101 1100101 100000 1011111 0 111100 100011000 1011011 10101

Color Harmonies of #450565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450565

Black with #450565

Text Example


Text Example

White with #450565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450565; }

 p { color: rgb(69,5,101); }

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

background-color css

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

 a { background-color: rgb(69,5,101); }

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

border-color css

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

 span { border-color: rgb(69,5,101); }

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