Html Css Color HEX #410168 Indigo

📋 copy color: '#410168'

red 65 ◦ green 1 ◦ blue 104

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

Shades of Indigo #410168

Tints of Indigo #410168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.18%

R = 38.24%
G = 0.59%
B = 61.18%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#410168 (or 0x410168) is known color: Indigo. HEX triplet: 41, 01 and 68. RGB value is (65,1,104). Sum of RGB (Red+Green+Blue) = 65+1+104=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #410168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410168 is #BEFE97. Grayscale: #1F1F1F. Windows color (decimal): -12517016 or 6816065. OLE color: 6816065.

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

Color convert

RGB 65 1 104 -
CMYK 0.38 0.99 0 0.59
HSL 277.28º 0.98% 0.21% -
HSV(B) 277.28º 0.99% 0.41% -
XYZ 4.69 2.15 13.26 -
YUV 31.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 65 1 104 0.38 0.99 0 0.59 277.28 0.98 0.21
Hex 41 1 68 26 63 0 3B 115 62 15
Octal 101 1 150 46 143 0 73 425 142 25
Binary 1000001 1 1101000 100110 1100011 0 111011 100010101 1100010 10101

Color Harmonies of #410168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410168

Black with #410168

Text Example


Text Example

White with #410168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410168; }

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

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

background-color css

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

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

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

border-color css

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

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

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