Html Css Color HEX #41087F Indigo

📋 copy color: '#41087F'

red 65 ◦ green 8 ◦ blue 127

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

Shades of Indigo #41087F

Tints of Indigo #41087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

 BLUE value IS 127 (50% from 255) = 63.5%

R = 32.5%
G = 4%
B = 63.5%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41087F (or 0x41087F) is known color: Indigo. HEX triplet: 41, 08 and 7F. RGB value is (65,8,127). Sum of RGB (Red+Green+Blue) = 65+8+127=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #41087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41087F is #BEF780. Grayscale: #262626. Windows color (decimal): -12515201 or 8325185. OLE color: 8325185.

HSL color Cylindrical-coordinate representation of color #41087F: hue angle of 268.74º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41087F is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 8 127 -
CMYK 0.49 0.94 0 0.50
HSL 268.74º 0.88% 0.26% -
HSV(B) 268.74º 0.94% 0.5% -
XYZ 6.1 2.83 20.3 -
YUV 38.61 177.88 146.82 -
System Red Green Blue C M Y K H S L
Decimal 65 8 127 0.49 0.94 0 0.50 268.74 0.88 0.26
Hex 41 8 7F 31 5E 0 32 10D 58 1A
Octal 101 10 177 61 136 0 62 415 130 32
Binary 1000001 1000 1111111 110001 1011110 0 110010 100001101 1011000 11010

Color Harmonies of #41087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41087F

Black with #41087F

Text Example


Text Example

White with #41087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,8,127); }

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

background-color css

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

 a { background-color: rgb(65,8,127); }

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

border-color css

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

 span { border-color: rgb(65,8,127); }

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