Html Css Color HEX #410C9F Indigo

📋 copy color: '#410C9F'

red 65 ◦ green 12 ◦ blue 159

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

Shades of Indigo #410C9F

Tints of Indigo #410C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.37%

R = 27.54%
G = 5.08%
B = 67.37%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#410C9F (or 0x410C9F) is known color: Indigo. HEX triplet: 41, 0C and 9F. RGB value is (65,12,159). Sum of RGB (Red+Green+Blue) = 65+12+159=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #410C9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410C9F is #BEF360. Grayscale: #2C2C2C. Windows color (decimal): -12514145 or 10423361. OLE color: 10423361.

HSL color Cylindrical-coordinate representation of color #410C9F: hue angle of 261.63º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410C9F is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 12 159 -
CMYK 0.59 0.92 0 0.38
HSL 261.63º 0.86% 0.34% -
HSV(B) 261.63º 0.92% 0.62% -
XYZ 8.57 3.89 33.1 -
YUV 44.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 65 12 159 0.59 0.92 0 0.38 261.63 0.86 0.34
Hex 41 C 9F 3B 5C 0 26 106 56 22
Octal 101 14 237 73 134 0 46 406 126 42
Binary 1000001 1100 10011111 111011 1011100 0 100110 100000110 1010110 100010

Color Harmonies of #410C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C9F

Black with #410C9F

Text Example


Text Example

White with #410C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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