Html Css Color HEX #41028E Indigo

📋 copy color: '#41028E'

red 65 ◦ green 2 ◦ blue 142

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

Shades of Indigo #41028E

Tints of Indigo #41028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 67.94%

R = 31.1%
G = 0.96%
B = 67.94%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41028E (or 0x41028E) is known color: Indigo. HEX triplet: 41, 02 and 8E. RGB value is (65,2,142). Sum of RGB (Red+Green+Blue) = 65+2+142=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #41028E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41028E is #BEFD71. Grayscale: #242424. Windows color (decimal): -12516722 or 9306689. OLE color: 9306689.

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

Color convert

RGB 65 2 142 -
CMYK 0.54 0.99 0 0.44
HSL 267º 0.97% 0.28% -
HSV(B) 267º 0.99% 0.56% -
XYZ 7.08 3.12 25.82 -
YUV 36.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 65 2 142 0.54 0.99 0 0.44 267 0.97 0.28
Hex 41 2 8E 36 63 0 2C 10B 61 1C
Octal 101 2 216 66 143 0 54 413 141 34
Binary 1000001 10 10001110 110110 1100011 0 101100 100001011 1100001 11100

Color Harmonies of #41028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41028E

Black with #41028E

Text Example


Text Example

White with #41028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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