Html Css Color HEX #410384 Indigo

📋 copy color: '#410384'

red 65 ◦ green 3 ◦ blue 132

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

Shades of Indigo #410384

Tints of Indigo #410384

RGB

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

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

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

R = 32.5%
G = 1.5%
B = 66%

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

#410384 (or 0x410384) is known color: Indigo. HEX triplet: 41, 03 and 84. RGB value is (65,3,132). Sum of RGB (Red+Green+Blue) = 65+3+132=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #410384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410384 is #BEFC7B. Grayscale: #232323. Windows color (decimal): -12516476 or 8651585. OLE color: 8651585.

HSL color Cylindrical-coordinate representation of color #410384: hue angle of 268.84º degrees, saturation: 0.96, 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 #410384 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 3 132 -
CMYK 0.51 0.98 0 0.48
HSL 268.84º 0.96% 0.26% -
HSV(B) 268.84º 0.98% 0.52% -
XYZ 6.38 2.85 22.04 -
YUV 36.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 65 3 132 0.51 0.98 0 0.48 268.84 0.96 0.26
Hex 41 3 84 33 62 0 30 10D 60 1A
Octal 101 3 204 63 142 0 60 415 140 32
Binary 1000001 11 10000100 110011 1100010 0 110000 100001101 1100000 11010

Color Harmonies of #410384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410384

Black with #410384

Text Example


Text Example

White with #410384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410384; }

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

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

background-color css

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

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

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

border-color css

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

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

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