Html Css Color HEX #41026F Indigo

📋 copy color: '#41026F'

red 65 ◦ green 2 ◦ blue 111

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

Shades of Indigo #41026F

Tints of Indigo #41026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 62.36%

R = 36.52%
G = 1.12%
B = 62.36%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#41026F (or 0x41026F) is known color: Indigo. HEX triplet: 41, 02 and 6F. RGB value is (65,2,111). Sum of RGB (Red+Green+Blue) = 65+2+111=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #41026F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41026F is #BEFD90. Grayscale: #202020. Windows color (decimal): -12516753 or 7275073. OLE color: 7275073.

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

Color convert

RGB 65 2 111 -
CMYK 0.41 0.98 0 0.56
HSL 274.68º 0.96% 0.22% -
HSV(B) 274.68º 0.98% 0.44% -
XYZ 5.07 2.31 15.22 -
YUV 33.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 65 2 111 0.41 0.98 0 0.56 274.68 0.96 0.22
Hex 41 2 6F 29 62 0 38 113 60 16
Octal 101 2 157 51 142 0 70 423 140 26
Binary 1000001 10 1101111 101001 1100010 0 111000 100010011 1100000 10110

Color Harmonies of #41026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41026F

Black with #41026F

Text Example


Text Example

White with #41026F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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