Html Css Color HEX #41018F Indigo

📋 copy color: '#41018F'

red 65 ◦ green 1 ◦ blue 143

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

Shades of Indigo #41018F

Tints of Indigo #41018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 68.42%

R = 31.1%
G = 0.48%
B = 68.42%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41018F (or 0x41018F) is known color: Indigo. HEX triplet: 41, 01 and 8F. RGB value is (65,1,143). Sum of RGB (Red+Green+Blue) = 65+1+143=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #41018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41018F is #BEFE70. Grayscale: #232323. Windows color (decimal): -12516977 or 9371969. OLE color: 9371969.

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

Color convert

RGB 65 1 143 -
CMYK 0.55 0.99 0 0.44
HSL 267.04º 0.99% 0.28% -
HSV(B) 267.04º 0.99% 0.56% -
XYZ 7.15 3.13 26.21 -
YUV 36.32 188.2 148.45 -
System Red Green Blue C M Y K H S L
Decimal 65 1 143 0.55 0.99 0 0.44 267.04 0.99 0.28
Hex 41 1 8F 37 63 0 2C 10B 63 1C
Octal 101 1 217 67 143 0 54 413 143 34
Binary 1000001 1 10001111 110111 1100011 0 101100 100001011 1100011 11100

Color Harmonies of #41018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41018F

Black with #41018F

Text Example


Text Example

White with #41018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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