Html Css Color HEX #411296 Persian Indigo

📋 copy color: '#411296'

red 65 ◦ green 18 ◦ blue 150

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

Shades of Persian Indigo #411296

Tints of Persian Indigo #411296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.38%

R = 27.9%
G = 7.73%
B = 64.38%

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

#411296 (or 0x411296) is known color: Persian Indigo. HEX triplet: 41, 12 and 96. RGB value is (65,18,150). Sum of RGB (Red+Green+Blue) = 65+18+150=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #411296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411296 is #BEED69. Grayscale: #2E2E2E. Windows color (decimal): -12512618 or 9835073. OLE color: 9835073.

HSL color Cylindrical-coordinate representation of color #411296: hue angle of 261.36º 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 #411296 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 18 150 -
CMYK 0.57 0.88 0 0.41
HSL 261.36º 0.79% 0.33% -
HSV(B) 261.36º 0.88% 0.59% -
XYZ 7.9 3.76 29.16 -
YUV 47.1 186.07 140.77 -
System Red Green Blue C M Y K H S L
Decimal 65 18 150 0.57 0.88 0 0.41 261.36 0.79 0.33
Hex 41 12 96 39 58 0 29 105 4F 21
Octal 101 22 226 71 130 0 51 405 117 41
Binary 1000001 10010 10010110 111001 1011000 0 101001 100000101 1001111 100001

Color Harmonies of #411296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411296

Black with #411296

Text Example


Text Example

White with #411296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411296; }

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

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

background-color css

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

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

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

border-color css

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

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

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