Html Css Color HEX #410062 Indigo

📋 copy color: '#410062'

red 65 ◦ green 0 ◦ blue 98

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

Shades of Indigo #410062

Tints of Indigo #410062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.88%
G = 0%
B = 60.12%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#410062 (or 0x410062) is known color: Indigo. HEX triplet: 41, 00 and 62. RGB value is (65,0,98). Sum of RGB (Red+Green+Blue) = 65+0+98=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #410062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410062 is #BEFF9D. Grayscale: #1E1E1E. Windows color (decimal): -12517278 or 6422593. OLE color: 6422593.

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

Color convert

RGB 65 0 98 -
CMYK 0.34 1 0 0.62
HSL 279.8º 1% 0.19% -
HSV(B) 279.8º 1% 0.38% -
XYZ 4.38 2.01 11.71 -
YUV 30.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 65 0 98 0.34 1 0 0.62 279.8 1 0.19
Hex 41 0 62 22 64 0 3E 118 64 13
Octal 101 0 142 42 144 0 76 430 144 23
Binary 1000001 0 1100010 100010 1100100 0 111110 100011000 1100100 10011

Color Harmonies of #410062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410062

Black with #410062

Text Example


Text Example

White with #410062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410062; }

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

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

background-color css

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

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

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

border-color css

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

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

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