Html Css Color HEX #45017C Indigo

📋 copy color: '#45017C'

red 69 ◦ green 1 ◦ blue 124

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

Shades of Indigo #45017C

Tints of Indigo #45017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.92%

R = 35.57%
G = 0.52%
B = 63.92%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45017C (or 0x45017C) is known color: Indigo. HEX triplet: 45, 01 and 7C. RGB value is (69,1,124). Sum of RGB (Red+Green+Blue) = 69+1+124=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #45017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45017C is #BAFE83. Grayscale: #222222. Windows color (decimal): -12254852 or 8126789. OLE color: 8126789.

HSL color Cylindrical-coordinate representation of color #45017C: hue angle of 273.17º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45017C is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 1 124 -
CMYK 0.44 0.99 0 0.51
HSL 273.17º 0.98% 0.25% -
HSV(B) 273.17º 0.99% 0.49% -
XYZ 6.1 2.74 19.28 -
YUV 35.35 178.03 152 -
System Red Green Blue C M Y K H S L
Decimal 69 1 124 0.44 0.99 0 0.51 273.17 0.98 0.25
Hex 45 1 7C 2C 63 0 33 111 62 19
Octal 105 1 174 54 143 0 63 421 142 31
Binary 1000101 1 1111100 101100 1100011 0 110011 100010001 1100010 11001

Color Harmonies of #45017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45017C

Black with #45017C

Text Example


Text Example

White with #45017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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