Html Css Color HEX #450165 Indigo

📋 copy color: '#450165'

red 69 ◦ green 1 ◦ blue 101

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

Shades of Indigo #450165

Tints of Indigo #450165

RGB

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

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

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

R = 40.35%
G = 0.58%
B = 59.06%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#450165 (or 0x450165) is known color: Indigo. HEX triplet: 45, 01 and 65. RGB value is (69,1,101). Sum of RGB (Red+Green+Blue) = 69+1+101=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #450165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450165 is #BAFE9A. Grayscale: #202020. Windows color (decimal): -12254875 or 6619461. OLE color: 6619461.

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

Color convert

RGB 69 1 101 -
CMYK 0.32 0.99 0 0.60
HSL 280.8º 0.98% 0.2% -
HSV(B) 280.8º 0.99% 0.4% -
XYZ 4.81 2.23 12.49 -
YUV 32.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 69 1 101 0.32 0.99 0 0.60 280.8 0.98 0.2
Hex 45 1 65 20 63 0 3C 119 62 14
Octal 105 1 145 40 143 0 74 431 142 24
Binary 1000101 1 1100101 100000 1100011 0 111100 100011001 1100010 10100

Color Harmonies of #450165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450165

Black with #450165

Text Example


Text Example

White with #450165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450165; }

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

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

background-color css

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

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

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

border-color css

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

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

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