Html Css Color HEX #41019D Indigo

📋 copy color: '#41019D'

red 65 ◦ green 1 ◦ blue 157

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

Shades of Indigo #41019D

Tints of Indigo #41019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 70.4%

R = 29.15%
G = 0.45%
B = 70.4%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41019D (or 0x41019D) is known color: Indigo. HEX triplet: 41, 01 and 9D. RGB value is (65,1,157). Sum of RGB (Red+Green+Blue) = 65+1+157=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #41019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41019D is #BEFE62. Grayscale: #252525. Windows color (decimal): -12516963 or 10289473. OLE color: 10289473.

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

Color convert

RGB 65 1 157 -
CMYK 0.59 0.99 0 0.38
HSL 264.62º 0.99% 0.31% -
HSV(B) 264.62º 0.99% 0.62% -
XYZ 8.28 3.58 32.15 -
YUV 37.92 195.2 147.32 -
System Red Green Blue C M Y K H S L
Decimal 65 1 157 0.59 0.99 0 0.38 264.62 0.99 0.31
Hex 41 1 9D 3B 63 0 26 109 63 1F
Octal 101 1 235 73 143 0 46 411 143 37
Binary 1000001 1 10011101 111011 1100011 0 100110 100001001 1100011 11111

Color Harmonies of #41019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41019D

Black with #41019D

Text Example


Text Example

White with #41019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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