Html Css Color HEX #410C7F Indigo

📋 copy color: '#410C7F'

red 65 ◦ green 12 ◦ blue 127

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

Shades of Indigo #410C7F

Tints of Indigo #410C7F

RGB

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

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

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

R = 31.86%
G = 5.88%
B = 62.25%

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

#410C7F (or 0x410C7F) is known color: Indigo. HEX triplet: 41, 0C and 7F. RGB value is (65,12,127). Sum of RGB (Red+Green+Blue) = 65+12+127=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #410C7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410C7F is #BEF380. Grayscale: #282828. Windows color (decimal): -12514177 or 8326209. OLE color: 8326209.

HSL color Cylindrical-coordinate representation of color #410C7F: hue angle of 267.65º degrees, saturation: 0.83, 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 #410C7F is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 12 127 -
CMYK 0.49 0.91 0 0.50
HSL 267.65º 0.83% 0.27% -
HSV(B) 267.65º 0.91% 0.5% -
XYZ 6.14 2.92 20.32 -
YUV 40.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 65 12 127 0.49 0.91 0 0.50 267.65 0.83 0.27
Hex 41 C 7F 31 5B 0 32 10C 53 1B
Octal 101 14 177 61 133 0 62 414 123 33
Binary 1000001 1100 1111111 110001 1011011 0 110010 100001100 1010011 11011

Color Harmonies of #410C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C7F

Black with #410C7F

Text Example


Text Example

White with #410C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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