Html Css Color HEX #410770 Indigo

📋 copy color: '#410770'

red 65 ◦ green 7 ◦ blue 112

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

Shades of Indigo #410770

Tints of Indigo #410770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

 BLUE value IS 112 (44.14% from 255) = 60.87%

R = 35.33%
G = 3.8%
B = 60.87%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#410770 (or 0x410770) is known color: Indigo. HEX triplet: 41, 07 and 70. RGB value is (65,7,112). Sum of RGB (Red+Green+Blue) = 65+7+112=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #410770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410770 is #BEF88F. Grayscale: #232323. Windows color (decimal): -12515472 or 7341889. OLE color: 7341889.

HSL color Cylindrical-coordinate representation of color #410770: hue angle of 273.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410770 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 7 112 -
CMYK 0.42 0.94 0 0.56
HSL 273.14º 0.88% 0.23% -
HSV(B) 273.14º 0.94% 0.44% -
XYZ 5.18 2.45 15.53 -
YUV 36.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 65 7 112 0.42 0.94 0 0.56 273.14 0.88 0.23
Hex 41 7 70 2A 5E 0 38 111 58 17
Octal 101 7 160 52 136 0 70 421 130 27
Binary 1000001 111 1110000 101010 1011110 0 111000 100010001 1011000 10111

Color Harmonies of #410770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410770

Black with #410770

Text Example


Text Example

White with #410770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410770; }

 p { color: rgb(65,7,112); }

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

background-color css

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

 a { background-color: rgb(65,7,112); }

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

border-color css

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

 span { border-color: rgb(65,7,112); }

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