Html Css Color HEX #410169 Indigo

📋 copy color: '#410169'

red 65 ◦ green 1 ◦ blue 105

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

Shades of Indigo #410169

Tints of Indigo #410169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 105 (41.41% from 255) = 61.4%

R = 38.01%
G = 0.58%
B = 61.4%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#410169 (or 0x410169) is known color: Indigo. HEX triplet: 41, 01 and 69. RGB value is (65,1,105). Sum of RGB (Red+Green+Blue) = 65+1+105=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #410169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410169 is #BEFE96. Grayscale: #1F1F1F. Windows color (decimal): -12517015 or 6881601. OLE color: 6881601.

HSL color Cylindrical-coordinate representation of color #410169: hue angle of 276.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410169 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 1 105 -
CMYK 0.38 0.99 0 0.59
HSL 276.92º 0.98% 0.21% -
HSV(B) 276.92º 0.99% 0.41% -
XYZ 4.74 2.17 13.53 -
YUV 31.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 65 1 105 0.38 0.99 0 0.59 276.92 0.98 0.21
Hex 41 1 69 26 63 0 3B 115 62 15
Octal 101 1 151 46 143 0 73 425 142 25
Binary 1000001 1 1101001 100110 1100011 0 111011 100010101 1100010 10101

Color Harmonies of #410169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410169

Black with #410169

Text Example


Text Example

White with #410169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410169; }

 p { color: rgb(65,1,105); }

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

background-color css

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

 a { background-color: rgb(65,1,105); }

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

border-color css

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

 span { border-color: rgb(65,1,105); }

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