Html Css Color HEX #41028F Indigo

📋 copy color: '#41028F'

red 65 ◦ green 2 ◦ blue 143

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

Shades of Indigo #41028F

Tints of Indigo #41028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 30.95%
G = 0.95%
B = 68.1%

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

#41028F (or 0x41028F) is known color: Indigo. HEX triplet: 41, 02 and 8F. RGB value is (65,2,143). Sum of RGB (Red+Green+Blue) = 65+2+143=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 143 (56.25% from 255 or 68.10% from 210); Max value from RGB is 143 - color contains mainly: blue. Hex color #41028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41028F is #BEFD70. Grayscale: #242424. Windows color (decimal): -12516721 or 9372225. OLE color: 9372225.

HSL color Cylindrical-coordinate representation of color #41028F: hue angle of 266.81º degrees, saturation: 0.97, 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 #41028F is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 2 143 -
CMYK 0.55 0.99 0 0.44
HSL 266.81º 0.97% 0.28% -
HSV(B) 266.81º 0.99% 0.56% -
XYZ 7.16 3.15 26.22 -
YUV 36.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 65 2 143 0.55 0.99 0 0.44 266.81 0.97 0.28
Hex 41 2 8F 37 63 0 2C 10B 61 1C
Octal 101 2 217 67 143 0 54 413 141 34
Binary 1000001 10 10001111 110111 1100011 0 101100 100001011 1100001 11100

Color Harmonies of #41028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41028F

Black with #41028F

Text Example


Text Example

White with #41028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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