Html Css Color HEX #410B7F Indigo

📋 copy color: '#410B7F'

red 65 ◦ green 11 ◦ blue 127

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

Shades of Indigo #410B7F

Tints of Indigo #410B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.42%

 BLUE value IS 127 (50% from 255) = 62.56%

R = 32.02%
G = 5.42%
B = 62.56%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#410B7F (or 0x410B7F) is known color: Indigo. HEX triplet: 41, 0B and 7F. RGB value is (65,11,127). Sum of RGB (Red+Green+Blue) = 65+11+127=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #410B7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410B7F is #BEF480. Grayscale: #272727. Windows color (decimal): -12514433 or 8325953. OLE color: 8325953.

HSL color Cylindrical-coordinate representation of color #410B7F: hue angle of 267.93º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410B7F is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 11 127 -
CMYK 0.49 0.91 0 0.50
HSL 267.93º 0.84% 0.27% -
HSV(B) 267.93º 0.91% 0.5% -
XYZ 6.13 2.9 20.31 -
YUV 40.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 65 11 127 0.49 0.91 0 0.50 267.93 0.84 0.27
Hex 41 B 7F 31 5B 0 32 10C 54 1B
Octal 101 13 177 61 133 0 62 414 124 33
Binary 1000001 1011 1111111 110001 1011011 0 110010 100001100 1010100 11011

Color Harmonies of #410B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B7F

Black with #410B7F

Text Example


Text Example

White with #410B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,11,127); }

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

background-color css

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

 a { background-color: rgb(65,11,127); }

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

border-color css

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

 span { border-color: rgb(65,11,127); }

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