Html Css Color HEX #410392 Indigo

📋 copy color: '#410392'

red 65 ◦ green 3 ◦ blue 146

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

Shades of Indigo #410392

Tints of Indigo #410392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.22%

R = 30.37%
G = 1.4%
B = 68.22%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#410392 (or 0x410392) is known color: Indigo. HEX triplet: 41, 03 and 92. RGB value is (65,3,146). Sum of RGB (Red+Green+Blue) = 65+3+146=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #410392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410392 is #BEFC6D. Grayscale: #252525. Windows color (decimal): -12516462 or 9569089. OLE color: 9569089.

HSL color Cylindrical-coordinate representation of color #410392: hue angle of 266.01º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410392 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 3 146 -
CMYK 0.55 0.98 0 0.43
HSL 266.01º 0.96% 0.29% -
HSV(B) 266.01º 0.98% 0.57% -
XYZ 7.4 3.26 27.43 -
YUV 37.84 189.04 147.37 -
System Red Green Blue C M Y K H S L
Decimal 65 3 146 0.55 0.98 0 0.43 266.01 0.96 0.29
Hex 41 3 92 37 62 0 2B 10A 60 1D
Octal 101 3 222 67 142 0 53 412 140 35
Binary 1000001 11 10010010 110111 1100010 0 101011 100001010 1100000 11101

Color Harmonies of #410392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410392

Black with #410392

Text Example


Text Example

White with #410392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410392; }

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

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

background-color css

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

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

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

border-color css

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

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

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