Html Css Color HEX #410299 Indigo

📋 copy color: '#410299'

red 65 ◦ green 2 ◦ blue 153

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

Shades of Indigo #410299

Tints of Indigo #410299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.55%

R = 29.55%
G = 0.91%
B = 69.55%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#410299 (or 0x410299) is known color: Indigo. HEX triplet: 41, 02 and 99. RGB value is (65,2,153). Sum of RGB (Red+Green+Blue) = 65+2+153=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #410299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410299 is #BEFD66. Grayscale: #252525. Windows color (decimal): -12516711 or 10027585. OLE color: 10027585.

HSL color Cylindrical-coordinate representation of color #410299: hue angle of 265.03º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410299 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 2 153 -
CMYK 0.58 0.99 0 0.4
HSL 265.03º 0.97% 0.3% -
HSV(B) 265.03º 0.99% 0.6% -
XYZ 7.95 3.47 30.39 -
YUV 38.05 192.87 147.22 -
System Red Green Blue C M Y K H S L
Decimal 65 2 153 0.58 0.99 0 0.4 265.03 0.97 0.3
Hex 41 2 99 3A 63 0 28 109 61 1E
Octal 101 2 231 72 143 0 50 411 141 36
Binary 1000001 10 10011001 111010 1100011 0 101000 100001001 1100001 11110

Color Harmonies of #410299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410299

Black with #410299

Text Example


Text Example

White with #410299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410299; }

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

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

background-color css

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

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

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

border-color css

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

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

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