Html Css Color HEX #410184 Indigo

📋 copy color: '#410184'

red 65 ◦ green 1 ◦ blue 132

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

Shades of Indigo #410184

Tints of Indigo #410184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 66.67%

R = 32.83%
G = 0.51%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#410184 (or 0x410184) is known color: Indigo. HEX triplet: 41, 01 and 84. RGB value is (65,1,132). Sum of RGB (Red+Green+Blue) = 65+1+132=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #410184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410184 is #BEFE7B. Grayscale: #222222. Windows color (decimal): -12516988 or 8651073. OLE color: 8651073.

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

Color convert

RGB 65 1 132 -
CMYK 0.51 0.99 0 0.48
HSL 269.31º 0.98% 0.26% -
HSV(B) 269.31º 0.99% 0.52% -
XYZ 6.36 2.81 22.04 -
YUV 35.07 182.7 149.35 -
System Red Green Blue C M Y K H S L
Decimal 65 1 132 0.51 0.99 0 0.48 269.31 0.98 0.26
Hex 41 1 84 33 63 0 30 10D 62 1A
Octal 101 1 204 63 143 0 60 415 142 32
Binary 1000001 1 10000100 110011 1100011 0 110000 100001101 1100010 11010

Color Harmonies of #410184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410184

Black with #410184

Text Example


Text Example

White with #410184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410184; }

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

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

background-color css

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

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

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

border-color css

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

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

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