Html Css Color HEX #411585 Persian Indigo

📋 copy color: '#411585'

red 65 ◦ green 21 ◦ blue 133

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

Shades of Persian Indigo #411585

Tints of Persian Indigo #411585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 29.68%
G = 9.59%
B = 60.73%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#411585 (or 0x411585) is known color: Persian Indigo. HEX triplet: 41, 15 and 85. RGB value is (65,21,133). Sum of RGB (Red+Green+Blue) = 65+21+133=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #411585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411585 is #BEEA7A. Grayscale: #2E2E2E. Windows color (decimal): -12511867 or 8721729. OLE color: 8721729.

HSL color Cylindrical-coordinate representation of color #411585: hue angle of 263.57º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411585 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 21 133 -
CMYK 0.51 0.84 0 0.48
HSL 263.57º 0.73% 0.3% -
HSV(B) 263.57º 0.84% 0.52% -
XYZ 6.68 3.35 22.49 -
YUV 46.92 176.58 140.89 -
System Red Green Blue C M Y K H S L
Decimal 65 21 133 0.51 0.84 0 0.48 263.57 0.73 0.3
Hex 41 15 85 33 54 0 30 108 49 1E
Octal 101 25 205 63 124 0 60 410 111 36
Binary 1000001 10101 10000101 110011 1010100 0 110000 100001000 1001001 11110

Color Harmonies of #411585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411585

Black with #411585

Text Example


Text Example

White with #411585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411585; }

 p { color: rgb(65,21,133); }

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

background-color css

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

 a { background-color: rgb(65,21,133); }

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

border-color css

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

 span { border-color: rgb(65,21,133); }

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