Html Css Color HEX #410170 Indigo

📋 copy color: '#410170'

red 65 ◦ green 1 ◦ blue 112

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

Shades of Indigo #410170

Tints of Indigo #410170

RGB

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

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

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

R = 36.52%
G = 0.56%
B = 62.92%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#410170 (or 0x410170) is known color: Indigo. HEX triplet: 41, 01 and 70. RGB value is (65,1,112). Sum of RGB (Red+Green+Blue) = 65+1+112=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #410170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410170 is #BEFE8F. Grayscale: #202020. Windows color (decimal): -12517008 or 7340353. OLE color: 7340353.

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

Color convert

RGB 65 1 112 -
CMYK 0.42 0.99 0 0.56
HSL 274.59º 0.98% 0.22% -
HSV(B) 274.59º 0.99% 0.44% -
XYZ 5.12 2.32 15.51 -
YUV 32.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 65 1 112 0.42 0.99 0 0.56 274.59 0.98 0.22
Hex 41 1 70 2A 63 0 38 113 62 16
Octal 101 1 160 52 143 0 70 423 142 26
Binary 1000001 1 1110000 101010 1100011 0 111000 100010011 1100010 10110

Color Harmonies of #410170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410170

Black with #410170

Text Example


Text Example

White with #410170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410170; }

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

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

background-color css

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

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

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

border-color css

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

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

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