Html Css Color HEX #411594 Persian Indigo

📋 copy color: '#411594'

red 65 ◦ green 21 ◦ blue 148

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

Shades of Persian Indigo #411594

Tints of Persian Indigo #411594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.25%

R = 27.78%
G = 8.97%
B = 63.25%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411594 (or 0x411594) is known color: Persian Indigo. HEX triplet: 41, 15 and 94. RGB value is (65,21,148). Sum of RGB (Red+Green+Blue) = 65+21+148=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #411594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411594 is #BEEA6B. Grayscale: #303030. Windows color (decimal): -12511852 or 9704769. OLE color: 9704769.

HSL color Cylindrical-coordinate representation of color #411594: hue angle of 260.79º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411594 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 21 148 -
CMYK 0.56 0.86 0 0.42
HSL 260.79º 0.75% 0.33% -
HSV(B) 260.79º 0.86% 0.58% -
XYZ 7.79 3.8 28.34 -
YUV 48.63 184.08 139.67 -
System Red Green Blue C M Y K H S L
Decimal 65 21 148 0.56 0.86 0 0.42 260.79 0.75 0.33
Hex 41 15 94 38 56 0 2A 105 4B 21
Octal 101 25 224 70 126 0 52 405 113 41
Binary 1000001 10101 10010100 111000 1010110 0 101010 100000101 1001011 100001

Color Harmonies of #411594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411594

Black with #411594

Text Example


Text Example

White with #411594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411594; }

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

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

background-color css

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

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

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

border-color css

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

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

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