Html Css Color HEX #410193 Indigo

📋 copy color: '#410193'

red 65 ◦ green 1 ◦ blue 147

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

Shades of Indigo #410193

Tints of Indigo #410193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 147 (57.81% from 255) = 69.01%

R = 30.52%
G = 0.47%
B = 69.01%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#410193 (or 0x410193) is known color: Indigo. HEX triplet: 41, 01 and 93. RGB value is (65,1,147). Sum of RGB (Red+Green+Blue) = 65+1+147=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #410193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410193 is #BEFE6C. Grayscale: #242424. Windows color (decimal): -12516973 or 9634113. OLE color: 9634113.

HSL color Cylindrical-coordinate representation of color #410193: hue angle of 266.3º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410193 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 1 147 -
CMYK 0.56 0.99 0 0.42
HSL 266.3º 0.99% 0.29% -
HSV(B) 266.3º 0.99% 0.58% -
XYZ 7.46 3.25 27.84 -
YUV 36.78 190.2 148.13 -
System Red Green Blue C M Y K H S L
Decimal 65 1 147 0.56 0.99 0 0.42 266.3 0.99 0.29
Hex 41 1 93 38 63 0 2A 10A 63 1D
Octal 101 1 223 70 143 0 52 412 143 35
Binary 1000001 1 10010011 111000 1100011 0 101010 100001010 1100011 11101

Color Harmonies of #410193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410193

Black with #410193

Text Example


Text Example

White with #410193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410193; }

 p { color: rgb(65,1,147); }

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

background-color css

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

 a { background-color: rgb(65,1,147); }

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

border-color css

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

 span { border-color: rgb(65,1,147); }

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