Html Css Color HEX #410088 Indigo

📋 copy color: '#410088'

red 65 ◦ green 0 ◦ blue 136

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

Shades of Indigo #410088

Tints of Indigo #410088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 67.66%

R = 32.34%
G = 0%
B = 67.66%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#410088 (or 0x410088) is known color: Indigo. HEX triplet: 41, 00 and 88. RGB value is (65,0,136). Sum of RGB (Red+Green+Blue) = 65+0+136=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 136 (53.52% from 255 or 67.66% from 201); Max value from RGB is 136 - color contains mainly: blue. Hex color #410088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410088 is #BEFF77. Grayscale: #222222. Windows color (decimal): -12517240 or 8912961. OLE color: 8912961.

HSL color Cylindrical-coordinate representation of color #410088: hue angle of 268.68º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410088 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 0 136 -
CMYK 0.52 1 0 0.47
HSL 268.68º 1% 0.27% -
HSV(B) 268.68º 1% 0.53% -
XYZ 6.62 2.9 23.5 -
YUV 34.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 65 0 136 0.52 1 0 0.47 268.68 1 0.27
Hex 41 0 88 34 64 0 2F 10D 64 1B
Octal 101 0 210 64 144 0 57 415 144 33
Binary 1000001 0 10001000 110100 1100100 0 101111 100001101 1100100 11011

Color Harmonies of #410088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410088

Black with #410088

Text Example


Text Example

White with #410088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410088; }

 p { color: rgb(65,0,136); }

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

background-color css

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

 a { background-color: rgb(65,0,136); }

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

border-color css

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

 span { border-color: rgb(65,0,136); }

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