Html Css Color HEX #41197D Persian Indigo

📋 copy color: '#41197D'

red 65 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #41197D

Tints of Persian Indigo #41197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.14%

R = 30.23%
G = 11.63%
B = 58.14%

CMYK

 C value IS 0.48

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41197D (or 0x41197D) is known color: Persian Indigo. HEX triplet: 41, 19 and 7D. RGB value is (65,25,125). Sum of RGB (Red+Green+Blue) = 65+25+125=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #41197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41197D is #BEE682. Grayscale: #303030. Windows color (decimal): -12510851 or 8198465. OLE color: 8198465.

HSL color Cylindrical-coordinate representation of color #41197D: hue angle of 264º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41197D is Cyan = 0.48, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 25 125 -
CMYK 0.48 0.8 0 0.51
HSL 264º 0.67% 0.29% -
HSV(B) 264º 0.8% 0.49% -
XYZ 6.23 3.3 19.71 -
YUV 48.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 65 25 125 0.48 0.8 0 0.51 264 0.67 0.29
Hex 41 19 7D 30 50 0 33 108 43 1D
Octal 101 31 175 60 120 0 63 410 103 35
Binary 1000001 11001 1111101 110000 1010000 0 110011 100001000 1000011 11101

Color Harmonies of #41197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41197D

Black with #41197D

Text Example


Text Example

White with #41197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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