Html Css Color HEX #410069 Indigo

📋 copy color: '#410069'

red 65 ◦ green 0 ◦ blue 105

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

Shades of Indigo #410069

Tints of Indigo #410069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.24%
G = 0%
B = 61.76%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#410069 (or 0x410069) is known color: Indigo. HEX triplet: 41, 00 and 69. RGB value is (65,0,105). Sum of RGB (Red+Green+Blue) = 65+0+105=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #410069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410069 is #BEFF96. Grayscale: #1F1F1F. Windows color (decimal): -12517271 or 6881345. OLE color: 6881345.

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

Color convert

RGB 65 0 105 -
CMYK 0.38 1 0 0.59
HSL 277.14º 1% 0.21% -
HSV(B) 277.14º 1% 0.41% -
XYZ 4.73 2.14 13.53 -
YUV 31.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 65 0 105 0.38 1 0 0.59 277.14 1 0.21
Hex 41 0 69 26 64 0 3B 115 64 15
Octal 101 0 151 46 144 0 73 425 144 25
Binary 1000001 0 1101001 100110 1100100 0 111011 100010101 1100100 10101

Color Harmonies of #410069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410069

Black with #410069

Text Example


Text Example

White with #410069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410069; }

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

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

background-color css

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

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

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

border-color css

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

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

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