Html Css Color HEX #411B94 Persian Indigo

📋 copy color: '#411B94'

red 65 ◦ green 27 ◦ blue 148

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

Shades of Persian Indigo #411B94

Tints of Persian Indigo #411B94

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.25%

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

R = 27.08%
G = 11.25%
B = 61.67%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411B94 (or 0x411B94) is known color: Persian Indigo. HEX triplet: 41, 1B and 94. RGB value is (65,27,148). Sum of RGB (Red+Green+Blue) = 65+27+148=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #411B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411B94 is #BEE46B. Grayscale: #333333. Windows color (decimal): -12510316 or 9706305. OLE color: 9706305.

HSL color Cylindrical-coordinate representation of color #411B94: hue angle of 258.84º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411B94 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 27 148 -
CMYK 0.56 0.82 0 0.42
HSL 258.84º 0.69% 0.34% -
HSV(B) 258.84º 0.82% 0.58% -
XYZ 7.92 4.05 28.38 -
YUV 52.16 182.09 137.16 -
System Red Green Blue C M Y K H S L
Decimal 65 27 148 0.56 0.82 0 0.42 258.84 0.69 0.34
Hex 41 1B 94 38 52 0 2A 103 45 22
Octal 101 33 224 70 122 0 52 403 105 42
Binary 1000001 11011 10010100 111000 1010010 0 101010 100000011 1000101 100010

Color Harmonies of #411B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B94

Black with #411B94

Text Example


Text Example

White with #411B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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