Html Css Color HEX #410C82 Indigo

📋 copy color: '#410C82'

red 65 ◦ green 12 ◦ blue 130

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

Shades of Indigo #410C82

Tints of Indigo #410C82

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

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

R = 31.4%
G = 5.8%
B = 62.8%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#410C82 (or 0x410C82) is known color: Indigo. HEX triplet: 41, 0C and 82. RGB value is (65,12,130). Sum of RGB (Red+Green+Blue) = 65+12+130=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #410C82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410C82 is #BEF37D. Grayscale: #282828. Windows color (decimal): -12514174 or 8522817. OLE color: 8522817.

HSL color Cylindrical-coordinate representation of color #410C82: hue angle of 266.95º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410C82 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 12 130 -
CMYK 0.50 0.91 0 0.49
HSL 266.95º 0.83% 0.28% -
HSV(B) 266.95º 0.91% 0.51% -
XYZ 6.34 3 21.36 -
YUV 41.3 178.06 144.91 -
System Red Green Blue C M Y K H S L
Decimal 65 12 130 0.50 0.91 0 0.49 266.95 0.83 0.28
Hex 41 C 82 32 5B 0 31 10B 53 1C
Octal 101 14 202 62 133 0 61 413 123 34
Binary 1000001 1100 10000010 110010 1011011 0 110001 100001011 1010011 11100

Color Harmonies of #410C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C82

Black with #410C82

Text Example


Text Example

White with #410C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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