Html Css Color HEX #410296 Indigo

📋 copy color: '#410296'

red 65 ◦ green 2 ◦ blue 150

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

Shades of Indigo #410296

Tints of Indigo #410296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 69.12%

R = 29.95%
G = 0.92%
B = 69.12%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#410296 (or 0x410296) is known color: Indigo. HEX triplet: 41, 02 and 96. RGB value is (65,2,150). Sum of RGB (Red+Green+Blue) = 65+2+150=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #410296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410296 is #BEFD69. Grayscale: #252525. Windows color (decimal): -12516714 or 9830977. OLE color: 9830977.

HSL color Cylindrical-coordinate representation of color #410296: hue angle of 265.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410296 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 2 150 -
CMYK 0.57 0.99 0 0.41
HSL 265.54º 0.97% 0.3% -
HSV(B) 265.54º 0.99% 0.59% -
XYZ 7.71 3.37 29.1 -
YUV 37.71 191.37 147.47 -
System Red Green Blue C M Y K H S L
Decimal 65 2 150 0.57 0.99 0 0.41 265.54 0.97 0.3
Hex 41 2 96 39 63 0 29 10A 61 1E
Octal 101 2 226 71 143 0 51 412 141 36
Binary 1000001 10 10010110 111001 1100011 0 101001 100001010 1100001 11110

Color Harmonies of #410296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410296

Black with #410296

Text Example


Text Example

White with #410296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410296; }

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

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

background-color css

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

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

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

border-color css

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

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

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