Html Css Color HEX #410162 Indigo

📋 copy color: '#410162'

red 65 ◦ green 1 ◦ blue 98

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

Shades of Indigo #410162

Tints of Indigo #410162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 59.76%

R = 39.63%
G = 0.61%
B = 59.76%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#410162 (or 0x410162) is known color: Indigo. HEX triplet: 41, 01 and 62. RGB value is (65,1,98). Sum of RGB (Red+Green+Blue) = 65+1+98=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #410162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410162 is #BEFE9D. Grayscale: #1E1E1E. Windows color (decimal): -12517022 or 6422849. OLE color: 6422849.

HSL color Cylindrical-coordinate representation of color #410162: hue angle of 279.59º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410162 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 1 98 -
CMYK 0.34 0.99 0 0.62
HSL 279.59º 0.98% 0.19% -
HSV(B) 279.59º 0.99% 0.38% -
XYZ 4.4 2.03 11.71 -
YUV 31.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 65 1 98 0.34 0.99 0 0.62 279.59 0.98 0.19
Hex 41 1 62 22 63 0 3E 118 62 13
Octal 101 1 142 42 143 0 76 430 142 23
Binary 1000001 1 1100010 100010 1100011 0 111110 100011000 1100010 10011

Color Harmonies of #410162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410162

Black with #410162

Text Example


Text Example

White with #410162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410162; }

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

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

background-color css

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

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

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

border-color css

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

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

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