Html Css Color HEX #410383 Indigo

📋 copy color: '#410383'

red 65 ◦ green 3 ◦ blue 131

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

Shades of Indigo #410383

Tints of Indigo #410383

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 131 (51.56% from 255) = 65.83%

R = 32.66%
G = 1.51%
B = 65.83%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#410383 (or 0x410383) is known color: Indigo. HEX triplet: 41, 03 and 83. RGB value is (65,3,131). Sum of RGB (Red+Green+Blue) = 65+3+131=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #410383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410383 is #BEFC7C. Grayscale: #232323. Windows color (decimal): -12516477 or 8586049. OLE color: 8586049.

HSL color Cylindrical-coordinate representation of color #410383: hue angle of 269.06º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410383 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 3 131 -
CMYK 0.50 0.98 0 0.49
HSL 269.06º 0.96% 0.26% -
HSV(B) 269.06º 0.98% 0.51% -
XYZ 6.31 2.83 21.69 -
YUV 36.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 65 3 131 0.50 0.98 0 0.49 269.06 0.96 0.26
Hex 41 3 83 32 62 0 31 10D 60 1A
Octal 101 3 203 62 142 0 61 415 140 32
Binary 1000001 11 10000011 110010 1100010 0 110001 100001101 1100000 11010

Color Harmonies of #410383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410383

Black with #410383

Text Example


Text Example

White with #410383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410383; }

 p { color: rgb(65,3,131); }

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

background-color css

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

 a { background-color: rgb(65,3,131); }

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

border-color css

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

 span { border-color: rgb(65,3,131); }

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