Html Css Color HEX #45016C Indigo

📋 copy color: '#45016C'

red 69 ◦ green 1 ◦ blue 108

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

Shades of Indigo #45016C

Tints of Indigo #45016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 60.67%

R = 38.76%
G = 0.56%
B = 60.67%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45016C (or 0x45016C) is known color: Indigo. HEX triplet: 45, 01 and 6C. RGB value is (69,1,108). Sum of RGB (Red+Green+Blue) = 69+1+108=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #45016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45016C is #BAFE93. Grayscale: #212121. Windows color (decimal): -12254868 or 7078213. OLE color: 7078213.

HSL color Cylindrical-coordinate representation of color #45016C: hue angle of 278.13º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45016C is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 1 108 -
CMYK 0.36 0.99 0 0.58
HSL 278.13º 0.98% 0.21% -
HSV(B) 278.13º 0.99% 0.42% -
XYZ 5.17 2.37 14.37 -
YUV 33.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 69 1 108 0.36 0.99 0 0.58 278.13 0.98 0.21
Hex 45 1 6C 24 63 0 3A 116 62 15
Octal 105 1 154 44 143 0 72 426 142 25
Binary 1000101 1 1101100 100100 1100011 0 111010 100010110 1100010 10101

Color Harmonies of #45016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45016C

Black with #45016C

Text Example


Text Example

White with #45016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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