Html Css Color HEX #410366 Indigo

📋 copy color: '#410366'

red 65 ◦ green 3 ◦ blue 102

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

Shades of Indigo #410366

Tints of Indigo #410366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 60%

R = 38.24%
G = 1.76%
B = 60%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#410366 (or 0x410366) is known color: Indigo. HEX triplet: 41, 03 and 66. RGB value is (65,3,102). Sum of RGB (Red+Green+Blue) = 65+3+102=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #410366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410366 is #BEFC99. Grayscale: #202020. Windows color (decimal): -12516506 or 6685505. OLE color: 6685505.

HSL color Cylindrical-coordinate representation of color #410366: hue angle of 277.58º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410366 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 3 102 -
CMYK 0.36 0.97 0 0.6
HSL 277.58º 0.94% 0.21% -
HSV(B) 277.58º 0.97% 0.4% -
XYZ 4.61 2.15 12.74 -
YUV 32.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 65 3 102 0.36 0.97 0 0.6 277.58 0.94 0.21
Hex 41 3 66 24 61 0 3C 116 5E 15
Octal 101 3 146 44 141 0 74 426 136 25
Binary 1000001 11 1100110 100100 1100001 0 111100 100010110 1011110 10101

Color Harmonies of #410366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410366

Black with #410366

Text Example


Text Example

White with #410366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410366; }

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

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

background-color css

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

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

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

border-color css

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

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

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