Html Css Color HEX #41199B Persian Indigo

📋 copy color: '#41199B'

red 65 ◦ green 25 ◦ blue 155

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

Shades of Persian Indigo #41199B

Tints of Persian Indigo #41199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 26.53%
G = 10.2%
B = 63.27%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41199B (or 0x41199B) is known color: Persian Indigo. HEX triplet: 41, 19 and 9B. RGB value is (65,25,155). Sum of RGB (Red+Green+Blue) = 65+25+155=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #41199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41199B is #BEE664. Grayscale: #333333. Windows color (decimal): -12510821 or 10164545. OLE color: 10164545.

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

Color convert

RGB 65 25 155 -
CMYK 0.58 0.84 0 0.39
HSL 258.46º 0.72% 0.35% -
HSV(B) 258.46º 0.84% 0.61% -
XYZ 8.44 4.19 31.37 -
YUV 51.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 65 25 155 0.58 0.84 0 0.39 258.46 0.72 0.35
Hex 41 19 9B 3A 54 0 27 102 48 23
Octal 101 31 233 72 124 0 47 402 110 43
Binary 1000001 11001 10011011 111010 1010100 0 100111 100000010 1001000 100011

Color Harmonies of #41199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41199B

Black with #41199B

Text Example


Text Example

White with #41199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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