Html Css Color HEX #41019B Indigo

📋 copy color: '#41019B'

red 65 ◦ green 1 ◦ blue 155

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

Shades of Indigo #41019B

Tints of Indigo #41019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 70.14%

R = 29.41%
G = 0.45%
B = 70.14%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41019B (or 0x41019B) is known color: Indigo. HEX triplet: 41, 01 and 9B. RGB value is (65,1,155). Sum of RGB (Red+Green+Blue) = 65+1+155=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #41019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41019B is #BEFE64. Grayscale: #252525. Windows color (decimal): -12516965 or 10158401. OLE color: 10158401.

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

Color convert

RGB 65 1 155 -
CMYK 0.58 0.99 0 0.39
HSL 264.94º 0.99% 0.31% -
HSV(B) 264.94º 0.99% 0.61% -
XYZ 8.11 3.51 31.26 -
YUV 37.69 194.2 147.48 -
System Red Green Blue C M Y K H S L
Decimal 65 1 155 0.58 0.99 0 0.39 264.94 0.99 0.31
Hex 41 1 9B 3A 63 0 27 109 63 1F
Octal 101 1 233 72 143 0 47 411 143 37
Binary 1000001 1 10011011 111010 1100011 0 100111 100001001 1100011 11111

Color Harmonies of #41019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41019B

Black with #41019B

Text Example


Text Example

White with #41019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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