Html Css Color HEX #410293 Indigo

📋 copy color: '#410293'

red 65 ◦ green 2 ◦ blue 147

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

Shades of Indigo #410293

Tints of Indigo #410293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 30.37%
G = 0.93%
B = 68.69%

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

#410293 (or 0x410293) is known color: Indigo. HEX triplet: 41, 02 and 93. RGB value is (65,2,147). Sum of RGB (Red+Green+Blue) = 65+2+147=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #410293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410293 is #BEFD6C. Grayscale: #242424. Windows color (decimal): -12516717 or 9634369. OLE color: 9634369.

HSL color Cylindrical-coordinate representation of color #410293: hue angle of 266.07º degrees, saturation: 0.97, 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 #410293 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 2 147 -
CMYK 0.56 0.99 0 0.42
HSL 266.07º 0.97% 0.29% -
HSV(B) 266.07º 0.99% 0.58% -
XYZ 7.47 3.27 27.84 -
YUV 37.37 189.87 147.71 -
System Red Green Blue C M Y K H S L
Decimal 65 2 147 0.56 0.99 0 0.42 266.07 0.97 0.29
Hex 41 2 93 38 63 0 2A 10A 61 1D
Octal 101 2 223 70 143 0 52 412 141 35
Binary 1000001 10 10010011 111000 1100011 0 101010 100001010 1100001 11101

Color Harmonies of #410293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410293

Black with #410293

Text Example


Text Example

White with #410293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410293; }

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

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

background-color css

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

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

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

border-color css

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

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

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