Html Css Color HEX #411297 Persian Indigo

📋 copy color: '#411297'

red 65 ◦ green 18 ◦ blue 151

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

Shades of Persian Indigo #411297

Tints of Persian Indigo #411297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

 BLUE value IS 151 (59.38% from 255) = 64.53%

R = 27.78%
G = 7.69%
B = 64.53%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#411297 (or 0x411297) is known color: Persian Indigo. HEX triplet: 41, 12 and 97. RGB value is (65,18,151). Sum of RGB (Red+Green+Blue) = 65+18+151=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #411297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411297 is #BEED68. Grayscale: #2E2E2E. Windows color (decimal): -12512617 or 9900609. OLE color: 9900609.

HSL color Cylindrical-coordinate representation of color #411297: hue angle of 261.2º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411297 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 18 151 -
CMYK 0.57 0.88 0 0.41
HSL 261.2º 0.79% 0.33% -
HSV(B) 261.2º 0.88% 0.59% -
XYZ 7.98 3.79 29.59 -
YUV 47.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 65 18 151 0.57 0.88 0 0.41 261.2 0.79 0.33
Hex 41 12 97 39 58 0 29 105 4F 21
Octal 101 22 227 71 130 0 51 405 117 41
Binary 1000001 10010 10010111 111001 1011000 0 101001 100000101 1001111 100001

Color Harmonies of #411297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411297

Black with #411297

Text Example


Text Example

White with #411297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411297; }

 p { color: rgb(65,18,151); }

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

background-color css

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

 a { background-color: rgb(65,18,151); }

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

border-color css

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

 span { border-color: rgb(65,18,151); }

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