Html Css Color HEX #410463 Indigo

📋 copy color: '#410463'

red 65 ◦ green 4 ◦ blue 99

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

Shades of Indigo #410463

Tints of Indigo #410463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

 BLUE value IS 99 (39.06% from 255) = 58.93%

R = 38.69%
G = 2.38%
B = 58.93%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#410463 (or 0x410463) is known color: Indigo. HEX triplet: 41, 04 and 63. RGB value is (65,4,99). Sum of RGB (Red+Green+Blue) = 65+4+99=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #410463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410463 is #BEFB9C. Grayscale: #202020. Windows color (decimal): -12516253 or 6489153. OLE color: 6489153.

HSL color Cylindrical-coordinate representation of color #410463: hue angle of 278.53º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410463 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 4 99 -
CMYK 0.34 0.96 0 0.61
HSL 278.53º 0.92% 0.2% -
HSV(B) 278.53º 0.96% 0.39% -
XYZ 4.48 2.11 11.98 -
YUV 33.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 65 4 99 0.34 0.96 0 0.61 278.53 0.92 0.2
Hex 41 4 63 22 60 0 3D 117 5C 14
Octal 101 4 143 42 140 0 75 427 134 24
Binary 1000001 100 1100011 100010 1100000 0 111101 100010111 1011100 10100

Color Harmonies of #410463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410463

Black with #410463

Text Example


Text Example

White with #410463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410463; }

 p { color: rgb(65,4,99); }

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

background-color css

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

 a { background-color: rgb(65,4,99); }

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

border-color css

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

 span { border-color: rgb(65,4,99); }

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