Html Css Color HEX #410C69 Indigo

📋 copy color: '#410C69'

red 65 ◦ green 12 ◦ blue 105

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

Shades of Indigo #410C69

Tints of Indigo #410C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.59%

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

R = 35.71%
G = 6.59%
B = 57.69%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#410C69 (or 0x410C69) is known color: Indigo. HEX triplet: 41, 0C and 69. RGB value is (65,12,105). Sum of RGB (Red+Green+Blue) = 65+12+105=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #410C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410C69 is #BEF396. Grayscale: #262626. Windows color (decimal): -12514199 or 6884417. OLE color: 6884417.

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

Color convert

RGB 65 12 105 -
CMYK 0.38 0.89 0 0.59
HSL 274.19º 0.79% 0.23% -
HSV(B) 274.19º 0.89% 0.41% -
XYZ 4.86 2.41 13.57 -
YUV 38.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 65 12 105 0.38 0.89 0 0.59 274.19 0.79 0.23
Hex 41 C 69 26 59 0 3B 112 4F 17
Octal 101 14 151 46 131 0 73 422 117 27
Binary 1000001 1100 1101001 100110 1011001 0 111011 100010010 1001111 10111

Color Harmonies of #410C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C69

Black with #410C69

Text Example


Text Example

White with #410C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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