Html Css Color HEX #411988 Persian Indigo

📋 copy color: '#411988'

red 65 ◦ green 25 ◦ blue 136

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

Shades of Persian Indigo #411988

Tints of Persian Indigo #411988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

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

R = 28.76%
G = 11.06%
B = 60.18%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#411988 (or 0x411988) is known color: Persian Indigo. HEX triplet: 41, 19 and 88. RGB value is (65,25,136). Sum of RGB (Red+Green+Blue) = 65+25+136=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #411988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411988 is #BEE677. Grayscale: #313131. Windows color (decimal): -12510840 or 8919361. OLE color: 8919361.

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

Color convert

RGB 65 25 136 -
CMYK 0.52 0.82 0 0.47
HSL 261.62º 0.69% 0.32% -
HSV(B) 261.62º 0.82% 0.53% -
XYZ 6.97 3.6 23.62 -
YUV 49.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 65 25 136 0.52 0.82 0 0.47 261.62 0.69 0.32
Hex 41 19 88 34 52 0 2F 106 45 20
Octal 101 31 210 64 122 0 57 406 105 40
Binary 1000001 11001 10001000 110100 1010010 0 101111 100000110 1000101 100000

Color Harmonies of #411988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411988

Black with #411988

Text Example


Text Example

White with #411988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411988; }

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

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

background-color css

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

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

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

border-color css

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

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

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