Html Css Color HEX #410462 Indigo

📋 copy color: '#410462'

red 65 ◦ green 4 ◦ blue 98

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

Shades of Indigo #410462

Tints of Indigo #410462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

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

R = 38.92%
G = 2.4%
B = 58.68%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#410462 (or 0x410462) is known color: Indigo. HEX triplet: 41, 04 and 62. RGB value is (65,4,98). Sum of RGB (Red+Green+Blue) = 65+4+98=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #410462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410462 is #BEFB9D. Grayscale: #202020. Windows color (decimal): -12516254 or 6423617. OLE color: 6423617.

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

Color convert

RGB 65 4 98 -
CMYK 0.34 0.96 0 0.62
HSL 278.94º 0.92% 0.2% -
HSV(B) 278.94º 0.96% 0.38% -
XYZ 4.43 2.09 11.73 -
YUV 32.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 65 4 98 0.34 0.96 0 0.62 278.94 0.92 0.2
Hex 41 4 62 22 60 0 3E 117 5C 14
Octal 101 4 142 42 140 0 76 427 134 24
Binary 1000001 100 1100010 100010 1100000 0 111110 100010111 1011100 10100

Color Harmonies of #410462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410462

Black with #410462

Text Example


Text Example

White with #410462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410462; }

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

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

background-color css

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

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

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

border-color css

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

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

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