Html Css Color HEX #410182 Indigo

📋 copy color: '#410182'

red 65 ◦ green 1 ◦ blue 130

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

Shades of Indigo #410182

Tints of Indigo #410182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 66.33%

R = 33.16%
G = 0.51%
B = 66.33%

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

#410182 (or 0x410182) is known color: Indigo. HEX triplet: 41, 01 and 82. RGB value is (65,1,130). Sum of RGB (Red+Green+Blue) = 65+1+130=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #410182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410182 is #BEFE7D. Grayscale: #222222. Windows color (decimal): -12516990 or 8520001. OLE color: 8520001.

HSL color Cylindrical-coordinate representation of color #410182: hue angle of 269.77º 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 #410182 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 1 130 -
CMYK 0.50 0.99 0 0.49
HSL 269.77º 0.98% 0.26% -
HSV(B) 269.77º 0.99% 0.51% -
XYZ 6.22 2.76 21.32 -
YUV 34.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 65 1 130 0.50 0.99 0 0.49 269.77 0.98 0.26
Hex 41 1 82 32 63 0 31 10E 62 1A
Octal 101 1 202 62 143 0 61 416 142 32
Binary 1000001 1 10000010 110010 1100011 0 110001 100001110 1100010 11010

Color Harmonies of #410182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410182

Black with #410182

Text Example


Text Example

White with #410182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410182; }

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

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

background-color css

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

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

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

border-color css

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

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

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