Html Css Color HEX #410262 Indigo

📋 copy color: '#410262'

red 65 ◦ green 2 ◦ blue 98

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

Shades of Indigo #410262

Tints of Indigo #410262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

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

R = 39.39%
G = 1.21%
B = 59.39%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#410262 (or 0x410262) is known color: Indigo. HEX triplet: 41, 02 and 62. RGB value is (65,2,98). Sum of RGB (Red+Green+Blue) = 65+2+98=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #410262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410262 is #BEFD9D. Grayscale: #1F1F1F. Windows color (decimal): -12516766 or 6423105. OLE color: 6423105.

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

Color convert

RGB 65 2 98 -
CMYK 0.34 0.98 0 0.62
HSL 279.38º 0.96% 0.2% -
HSV(B) 279.38º 0.98% 0.38% -
XYZ 4.41 2.05 11.72 -
YUV 31.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 65 2 98 0.34 0.98 0 0.62 279.38 0.96 0.2
Hex 41 2 62 22 62 0 3E 117 60 14
Octal 101 2 142 42 142 0 76 427 140 24
Binary 1000001 10 1100010 100010 1100010 0 111110 100010111 1100000 10100

Color Harmonies of #410262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410262

Black with #410262

Text Example


Text Example

White with #410262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410262; }

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

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

background-color css

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

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

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

border-color css

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

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

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