Html Css Color HEX #411694 Persian Indigo

📋 copy color: '#411694'

red 65 ◦ green 22 ◦ blue 148

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

Shades of Persian Indigo #411694

Tints of Persian Indigo #411694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

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

R = 27.66%
G = 9.36%
B = 62.98%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411694 (or 0x411694) is known color: Persian Indigo. HEX triplet: 41, 16 and 94. RGB value is (65,22,148). Sum of RGB (Red+Green+Blue) = 65+22+148=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #411694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411694 is #BEE96B. Grayscale: #303030. Windows color (decimal): -12511596 or 9705025. OLE color: 9705025.

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

Color convert

RGB 65 22 148 -
CMYK 0.56 0.85 0 0.42
HSL 260.48º 0.74% 0.33% -
HSV(B) 260.48º 0.85% 0.58% -
XYZ 7.81 3.84 28.35 -
YUV 49.22 183.75 139.25 -
System Red Green Blue C M Y K H S L
Decimal 65 22 148 0.56 0.85 0 0.42 260.48 0.74 0.33
Hex 41 16 94 38 55 0 2A 104 4A 21
Octal 101 26 224 70 125 0 52 404 112 41
Binary 1000001 10110 10010100 111000 1010101 0 101010 100000100 1001010 100001

Color Harmonies of #411694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411694

Black with #411694

Text Example


Text Example

White with #411694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411694; }

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

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

background-color css

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

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

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

border-color css

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

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

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