Html Css Color HEX #410284 Indigo

📋 copy color: '#410284'

red 65 ◦ green 2 ◦ blue 132

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

Shades of Indigo #410284

Tints of Indigo #410284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

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

R = 32.66%
G = 1.01%
B = 66.33%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#410284 (or 0x410284) is known color: Indigo. HEX triplet: 41, 02 and 84. RGB value is (65,2,132). Sum of RGB (Red+Green+Blue) = 65+2+132=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #410284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410284 is #BEFD7B. Grayscale: #232323. Windows color (decimal): -12516732 or 8651329. OLE color: 8651329.

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

Color convert

RGB 65 2 132 -
CMYK 0.51 0.98 0 0.48
HSL 269.08º 0.97% 0.26% -
HSV(B) 269.08º 0.98% 0.52% -
XYZ 6.37 2.83 22.04 -
YUV 35.66 182.37 148.93 -
System Red Green Blue C M Y K H S L
Decimal 65 2 132 0.51 0.98 0 0.48 269.08 0.97 0.26
Hex 41 2 84 33 62 0 30 10D 61 1A
Octal 101 2 204 63 142 0 60 415 141 32
Binary 1000001 10 10000100 110011 1100010 0 110000 100001101 1100001 11010

Color Harmonies of #410284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410284

Black with #410284

Text Example


Text Example

White with #410284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410284; }

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

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

background-color css

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

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

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

border-color css

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

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

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