Html Css Color HEX #410172 Indigo

📋 copy color: '#410172'

red 65 ◦ green 1 ◦ blue 114

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

Shades of Indigo #410172

Tints of Indigo #410172

RGB

 RED value IS 65 (25.78% from 255) = 36.11%

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

 BLUE value IS 114 (44.92% from 255) = 63.33%

R = 36.11%
G = 0.56%
B = 63.33%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#410172 (or 0x410172) is known color: Indigo. HEX triplet: 41, 01 and 72. RGB value is (65,1,114). Sum of RGB (Red+Green+Blue) = 65+1+114=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #410172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410172 is #BEFE8D. Grayscale: #202020. Windows color (decimal): -12517006 or 7471425. OLE color: 7471425.

HSL color Cylindrical-coordinate representation of color #410172: hue angle of 273.98º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410172 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 1 114 -
CMYK 0.43 0.99 0 0.55
HSL 273.98º 0.98% 0.23% -
HSV(B) 273.98º 0.99% 0.45% -
XYZ 5.23 2.36 16.1 -
YUV 33.02 173.7 150.81 -
System Red Green Blue C M Y K H S L
Decimal 65 1 114 0.43 0.99 0 0.55 273.98 0.98 0.23
Hex 41 1 72 2B 63 0 37 112 62 17
Octal 101 1 162 53 143 0 67 422 142 27
Binary 1000001 1 1110010 101011 1100011 0 110111 100010010 1100010 10111

Color Harmonies of #410172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410172

Black with #410172

Text Example


Text Example

White with #410172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410172; }

 p { color: rgb(65,1,114); }

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

background-color css

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

 a { background-color: rgb(65,1,114); }

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

border-color css

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

 span { border-color: rgb(65,1,114); }

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