Html Css Color HEX #410362 Indigo

📋 copy color: '#410362'

red 65 ◦ green 3 ◦ blue 98

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

Shades of Indigo #410362

Tints of Indigo #410362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.81%

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

R = 39.16%
G = 1.81%
B = 59.04%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#410362 (or 0x410362) is known color: Indigo. HEX triplet: 41, 03 and 62. RGB value is (65,3,98). Sum of RGB (Red+Green+Blue) = 65+3+98=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #410362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410362 is #BEFC9D. Grayscale: #202020. Windows color (decimal): -12516510 or 6423361. OLE color: 6423361.

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

Color convert

RGB 65 3 98 -
CMYK 0.34 0.97 0 0.62
HSL 279.16º 0.94% 0.2% -
HSV(B) 279.16º 0.97% 0.38% -
XYZ 4.42 2.07 11.72 -
YUV 32.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 65 3 98 0.34 0.97 0 0.62 279.16 0.94 0.2
Hex 41 3 62 22 61 0 3E 117 5E 14
Octal 101 3 142 42 141 0 76 427 136 24
Binary 1000001 11 1100010 100010 1100001 0 111110 100010111 1011110 10100

Color Harmonies of #410362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410362

Black with #410362

Text Example


Text Example

White with #410362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410362; }

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

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

background-color css

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

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

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

border-color css

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

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

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