Html Css Color HEX #41199F Persian Indigo

📋 copy color: '#41199F'

red 65 ◦ green 25 ◦ blue 159

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

Shades of Persian Indigo #41199F

Tints of Persian Indigo #41199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.86%

R = 26.1%
G = 10.04%
B = 63.86%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41199F (or 0x41199F) is known color: Persian Indigo. HEX triplet: 41, 19 and 9F. RGB value is (65,25,159). Sum of RGB (Red+Green+Blue) = 65+25+159=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #41199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41199F is #BEE660. Grayscale: #333333. Windows color (decimal): -12510817 or 10426689. OLE color: 10426689.

HSL color Cylindrical-coordinate representation of color #41199F: hue angle of 257.91º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41199F is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 25 159 -
CMYK 0.59 0.84 0 0.38
HSL 257.91º 0.73% 0.36% -
HSV(B) 257.91º 0.84% 0.62% -
XYZ 8.79 4.32 33.17 -
YUV 52.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 65 25 159 0.59 0.84 0 0.38 257.91 0.73 0.36
Hex 41 19 9F 3B 54 0 26 102 49 24
Octal 101 31 237 73 124 0 46 402 111 44
Binary 1000001 11001 10011111 111011 1010100 0 100110 100000010 1001001 100100

Color Harmonies of #41199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41199F

Black with #41199F

Text Example


Text Example

White with #41199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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