Html Css Color HEX #410183 Indigo

📋 copy color: '#410183'

red 65 ◦ green 1 ◦ blue 131

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

Shades of Indigo #410183

Tints of Indigo #410183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 32.99%
G = 0.51%
B = 66.5%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#410183 (or 0x410183) is known color: Indigo. HEX triplet: 41, 01 and 83. RGB value is (65,1,131). Sum of RGB (Red+Green+Blue) = 65+1+131=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #410183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410183 is #BEFE7C. Grayscale: #222222. Windows color (decimal): -12516989 or 8585537. OLE color: 8585537.

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

Color convert

RGB 65 1 131 -
CMYK 0.50 0.99 0 0.49
HSL 269.54º 0.98% 0.26% -
HSV(B) 269.54º 0.99% 0.51% -
XYZ 6.29 2.78 21.68 -
YUV 34.96 182.2 149.43 -
System Red Green Blue C M Y K H S L
Decimal 65 1 131 0.50 0.99 0 0.49 269.54 0.98 0.26
Hex 41 1 83 32 63 0 31 10E 62 1A
Octal 101 1 203 62 143 0 61 416 142 32
Binary 1000001 1 10000011 110010 1100011 0 110001 100001110 1100010 11010

Color Harmonies of #410183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410183

Black with #410183

Text Example


Text Example

White with #410183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410183; }

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

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

background-color css

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

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

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

border-color css

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

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

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