Html Css Color HEX #411792 Persian Indigo

📋 copy color: '#411792'

red 65 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #411792

Tints of Persian Indigo #411792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

 BLUE value IS 146 (57.42% from 255) = 62.39%

R = 27.78%
G = 9.83%
B = 62.39%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#411792 (or 0x411792) is known color: Persian Indigo. HEX triplet: 41, 17 and 92. RGB value is (65,23,146). Sum of RGB (Red+Green+Blue) = 65+23+146=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #411792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411792 is #BEE86D. Grayscale: #313131. Windows color (decimal): -12511342 or 9574209. OLE color: 9574209.

HSL color Cylindrical-coordinate representation of color #411792: hue angle of 260.49º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411792 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 23 146 -
CMYK 0.55 0.84 0 0.43
HSL 260.49º 0.73% 0.33% -
HSV(B) 260.49º 0.84% 0.57% -
XYZ 7.67 3.81 27.53 -
YUV 49.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 65 23 146 0.55 0.84 0 0.43 260.49 0.73 0.33
Hex 41 17 92 37 54 0 2B 104 49 21
Octal 101 27 222 67 124 0 53 404 111 41
Binary 1000001 10111 10010010 110111 1010100 0 101011 100000100 1001001 100001

Color Harmonies of #411792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411792

Black with #411792

Text Example


Text Example

White with #411792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411792; }

 p { color: rgb(65,23,146); }

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

background-color css

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

 a { background-color: rgb(65,23,146); }

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

border-color css

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

 span { border-color: rgb(65,23,146); }

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