Html Css Color HEX #41087A Indigo

📋 copy color: '#41087A'

red 65 ◦ green 8 ◦ blue 122

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

Shades of Indigo #41087A

Tints of Indigo #41087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 62.56%

R = 33.33%
G = 4.1%
B = 62.56%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41087A (or 0x41087A) is known color: Indigo. HEX triplet: 41, 08 and 7A. RGB value is (65,8,122). Sum of RGB (Red+Green+Blue) = 65+8+122=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #41087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41087A is #BEF785. Grayscale: #252525. Windows color (decimal): -12515206 or 7997505. OLE color: 7997505.

HSL color Cylindrical-coordinate representation of color #41087A: hue angle of 270º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41087A is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 8 122 -
CMYK 0.47 0.93 0 0.52
HSL 270º 0.88% 0.25% -
HSV(B) 270º 0.93% 0.48% -
XYZ 5.78 2.7 18.63 -
YUV 38.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 65 8 122 0.47 0.93 0 0.52 270 0.88 0.25
Hex 41 8 7A 2F 5D 0 34 10E 58 19
Octal 101 10 172 57 135 0 64 416 130 31
Binary 1000001 1000 1111010 101111 1011101 0 110100 100001110 1011000 11001

Color Harmonies of #41087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41087A

Black with #41087A

Text Example


Text Example

White with #41087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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