Html Css Color HEX #41199D Persian Indigo

📋 copy color: '#41199D'

red 65 ◦ green 25 ◦ blue 157

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

Shades of Persian Indigo #41199D

Tints of Persian Indigo #41199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 26.32%
G = 10.12%
B = 63.56%

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

#41199D (or 0x41199D) is known color: Persian Indigo. HEX triplet: 41, 19 and 9D. RGB value is (65,25,157). Sum of RGB (Red+Green+Blue) = 65+25+157=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #41199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41199D is #BEE662. Grayscale: #333333. Windows color (decimal): -12510819 or 10295617. OLE color: 10295617.

HSL color Cylindrical-coordinate representation of color #41199D: hue angle of 258.18º 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 #41199D is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 25 157 -
CMYK 0.59 0.84 0 0.38
HSL 258.18º 0.73% 0.36% -
HSV(B) 258.18º 0.84% 0.62% -
XYZ 8.61 4.25 32.27 -
YUV 52.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 65 25 157 0.59 0.84 0 0.38 258.18 0.73 0.36
Hex 41 19 9D 3B 54 0 26 102 49 24
Octal 101 31 235 73 124 0 46 402 111 44
Binary 1000001 11001 10011101 111011 1010100 0 100110 100000010 1001001 100100

Color Harmonies of #41199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41199D

Black with #41199D

Text Example


Text Example

White with #41199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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