Html Css Color HEX #410994 Indigo

📋 copy color: '#410994'

red 65 ◦ green 9 ◦ blue 148

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

Shades of Indigo #410994

Tints of Indigo #410994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

 BLUE value IS 148 (58.2% from 255) = 66.67%

R = 29.28%
G = 4.05%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#410994 (or 0x410994) is known color: Indigo. HEX triplet: 41, 09 and 94. RGB value is (65,9,148). Sum of RGB (Red+Green+Blue) = 65+9+148=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #410994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410994 is #BEF66B. Grayscale: #292929. Windows color (decimal): -12514924 or 9701697. OLE color: 9701697.

HSL color Cylindrical-coordinate representation of color #410994: hue angle of 264.17º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410994 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 9 148 -
CMYK 0.56 0.94 0 0.42
HSL 264.17º 0.89% 0.31% -
HSV(B) 264.17º 0.94% 0.58% -
XYZ 7.62 3.46 28.28 -
YUV 41.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 65 9 148 0.56 0.94 0 0.42 264.17 0.89 0.31
Hex 41 9 94 38 5E 0 2A 108 59 1F
Octal 101 11 224 70 136 0 52 410 131 37
Binary 1000001 1001 10010100 111000 1011110 0 101010 100001000 1011001 11111

Color Harmonies of #410994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410994

Black with #410994

Text Example


Text Example

White with #410994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410994; }

 p { color: rgb(65,9,148); }

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

background-color css

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

 a { background-color: rgb(65,9,148); }

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

border-color css

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

 span { border-color: rgb(65,9,148); }

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