Html Css Color HEX #41198D Persian Indigo

📋 copy color: '#41198D'

red 65 ◦ green 25 ◦ blue 141

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

Shades of Persian Indigo #41198D

Tints of Persian Indigo #41198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.04%

R = 28.14%
G = 10.82%
B = 61.04%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41198D (or 0x41198D) is known color: Persian Indigo. HEX triplet: 41, 19 and 8D. RGB value is (65,25,141). Sum of RGB (Red+Green+Blue) = 65+25+141=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #41198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41198D is #BEE672. Grayscale: #313131. Windows color (decimal): -12510835 or 9247041. OLE color: 9247041.

HSL color Cylindrical-coordinate representation of color #41198D: hue angle of 260.69º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41198D is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 25 141 -
CMYK 0.54 0.82 0 0.45
HSL 260.69º 0.7% 0.33% -
HSV(B) 260.69º 0.82% 0.55% -
XYZ 7.34 3.74 25.54 -
YUV 50.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 65 25 141 0.54 0.82 0 0.45 260.69 0.7 0.33
Hex 41 19 8D 36 52 0 2D 105 46 21
Octal 101 31 215 66 122 0 55 405 106 41
Binary 1000001 11001 10001101 110110 1010010 0 101101 100000101 1000110 100001

Color Harmonies of #41198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41198D

Black with #41198D

Text Example


Text Example

White with #41198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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