Html Css Color HEX #411987 Persian Indigo

📋 copy color: '#411987'

red 65 ◦ green 25 ◦ blue 135

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

Shades of Persian Indigo #411987

Tints of Persian Indigo #411987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 60%

R = 28.89%
G = 11.11%
B = 60%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#411987 (or 0x411987) is known color: Persian Indigo. HEX triplet: 41, 19 and 87. RGB value is (65,25,135). Sum of RGB (Red+Green+Blue) = 65+25+135=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #411987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411987 is #BEE678. Grayscale: #313131. Windows color (decimal): -12510841 or 8853825. OLE color: 8853825.

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

Color convert

RGB 65 25 135 -
CMYK 0.52 0.81 0 0.47
HSL 261.82º 0.69% 0.31% -
HSV(B) 261.82º 0.81% 0.53% -
XYZ 6.9 3.57 23.25 -
YUV 49.5 176.25 139.06 -
System Red Green Blue C M Y K H S L
Decimal 65 25 135 0.52 0.81 0 0.47 261.82 0.69 0.31
Hex 41 19 87 34 51 0 2F 106 45 1F
Octal 101 31 207 64 121 0 57 406 105 37
Binary 1000001 11001 10000111 110100 1010001 0 101111 100000110 1000101 11111

Color Harmonies of #411987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411987

Black with #411987

Text Example


Text Example

White with #411987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411987; }

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

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

background-color css

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

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

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

border-color css

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

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

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