Html Css Color HEX #411885 Persian Indigo

📋 copy color: '#411885'

red 65 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #411885

Tints of Persian Indigo #411885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.81%

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

R = 29.28%
G = 10.81%
B = 59.91%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#411885 (or 0x411885) is known color: Persian Indigo. HEX triplet: 41, 18 and 85. RGB value is (65,24,133). Sum of RGB (Red+Green+Blue) = 65+24+133=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #411885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411885 is #BEE77A. Grayscale: #303030. Windows color (decimal): -12511099 or 8722497. OLE color: 8722497.

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

Color convert

RGB 65 24 133 -
CMYK 0.51 0.82 0 0.48
HSL 262.57º 0.69% 0.31% -
HSV(B) 262.57º 0.82% 0.52% -
XYZ 6.74 3.47 22.5 -
YUV 48.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 65 24 133 0.51 0.82 0 0.48 262.57 0.69 0.31
Hex 41 18 85 33 52 0 30 107 45 1F
Octal 101 30 205 63 122 0 60 407 105 37
Binary 1000001 11000 10000101 110011 1010010 0 110000 100000111 1000101 11111

Color Harmonies of #411885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411885

Black with #411885

Text Example


Text Example

White with #411885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411885; }

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

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

background-color css

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

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

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

border-color css

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

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

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