Html Css Color HEX #41038F Indigo

📋 copy color: '#41038F'

red 65 ◦ green 3 ◦ blue 143

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

Shades of Indigo #41038F

Tints of Indigo #41038F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 30.81%
G = 1.42%
B = 67.77%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41038F (or 0x41038F) is known color: Indigo. HEX triplet: 41, 03 and 8F. RGB value is (65,3,143). Sum of RGB (Red+Green+Blue) = 65+3+143=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #41038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41038F is #BEFC70. Grayscale: #252525. Windows color (decimal): -12516465 or 9372481. OLE color: 9372481.

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

Color convert

RGB 65 3 143 -
CMYK 0.55 0.98 0 0.44
HSL 266.57º 0.96% 0.29% -
HSV(B) 266.57º 0.98% 0.56% -
XYZ 7.17 3.17 26.22 -
YUV 37.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 65 3 143 0.55 0.98 0 0.44 266.57 0.96 0.29
Hex 41 3 8F 37 62 0 2C 10B 60 1D
Octal 101 3 217 67 142 0 54 413 140 35
Binary 1000001 11 10001111 110111 1100010 0 101100 100001011 1100000 11101

Color Harmonies of #41038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41038F

Black with #41038F

Text Example


Text Example

White with #41038F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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