Html Css Color HEX #41199A Persian Indigo

📋 copy color: '#41199A'

red 65 ◦ green 25 ◦ blue 154

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

Shades of Persian Indigo #41199A

Tints of Persian Indigo #41199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

 BLUE value IS 154 (60.55% from 255) = 63.11%

R = 26.64%
G = 10.25%
B = 63.11%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#41199A (or 0x41199A) is known color: Persian Indigo. HEX triplet: 41, 19 and 9A. RGB value is (65,25,154). Sum of RGB (Red+Green+Blue) = 65+25+154=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 154 (60.55% from 255 or 63.11% from 244); Max value from RGB is 154 - color contains mainly: blue. Hex color #41199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41199A is #BEE665. Grayscale: #333333. Windows color (decimal): -12510822 or 10099009. OLE color: 10099009.

HSL color Cylindrical-coordinate representation of color #41199A: hue angle of 258.6º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41199A is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 25 154 -
CMYK 0.58 0.84 0 0.40
HSL 258.6º 0.72% 0.35% -
HSV(B) 258.6º 0.84% 0.6% -
XYZ 8.36 4.15 30.93 -
YUV 51.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 65 25 154 0.58 0.84 0 0.40 258.6 0.72 0.35
Hex 41 19 9A 3A 54 0 28 103 48 23
Octal 101 31 232 72 124 0 50 403 110 43
Binary 1000001 11001 10011010 111010 1010100 0 101000 100000011 1001000 100011

Color Harmonies of #41199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41199A

Black with #41199A

Text Example


Text Example

White with #41199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41199A; }

 p { color: rgb(65,25,154); }

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

background-color css

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

 a { background-color: rgb(65,25,154); }

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

border-color css

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

 span { border-color: rgb(65,25,154); }

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