Html Css Color HEX #410982 Indigo

📋 copy color: '#410982'

red 65 ◦ green 9 ◦ blue 130

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

Shades of Indigo #410982

Tints of Indigo #410982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

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

R = 31.86%
G = 4.41%
B = 63.73%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#410982 (or 0x410982) is known color: Indigo. HEX triplet: 41, 09 and 82. RGB value is (65,9,130). Sum of RGB (Red+Green+Blue) = 65+9+130=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #410982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410982 is #BEF67D. Grayscale: #272727. Windows color (decimal): -12514942 or 8522049. OLE color: 8522049.

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

Color convert

RGB 65 9 130 -
CMYK 0.50 0.93 0 0.49
HSL 267.77º 0.87% 0.27% -
HSV(B) 267.77º 0.93% 0.51% -
XYZ 6.31 2.93 21.35 -
YUV 39.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 65 9 130 0.50 0.93 0 0.49 267.77 0.87 0.27
Hex 41 9 82 32 5D 0 31 10C 57 1B
Octal 101 11 202 62 135 0 61 414 127 33
Binary 1000001 1001 10000010 110010 1011101 0 110001 100001100 1010111 11011

Color Harmonies of #410982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410982

Black with #410982

Text Example


Text Example

White with #410982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410982; }

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

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

background-color css

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

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

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

border-color css

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

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

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