Html Css Color HEX #410178 Indigo

📋 copy color: '#410178'

red 65 ◦ green 1 ◦ blue 120

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

Shades of Indigo #410178

Tints of Indigo #410178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 64.52%

R = 34.95%
G = 0.54%
B = 64.52%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#410178 (or 0x410178) is known color: Indigo. HEX triplet: 41, 01 and 78. RGB value is (65,1,120). Sum of RGB (Red+Green+Blue) = 65+1+120=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #410178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410178 is #BEFE87. Grayscale: #212121. Windows color (decimal): -12517000 or 7864641. OLE color: 7864641.

HSL color Cylindrical-coordinate representation of color #410178: hue angle of 272.27º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410178 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 1 120 -
CMYK 0.46 0.99 0 0.53
HSL 272.27º 0.98% 0.24% -
HSV(B) 272.27º 0.99% 0.47% -
XYZ 5.58 2.5 17.96 -
YUV 33.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 65 1 120 0.46 0.99 0 0.53 272.27 0.98 0.24
Hex 41 1 78 2E 63 0 35 110 62 18
Octal 101 1 170 56 143 0 65 420 142 30
Binary 1000001 1 1111000 101110 1100011 0 110101 100010000 1100010 11000

Color Harmonies of #410178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410178

Black with #410178

Text Example


Text Example

White with #410178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410178; }

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

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

background-color css

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

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

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

border-color css

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

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

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