Html Css Color HEX #41187E Persian Indigo

📋 copy color: '#41187E'

red 65 ◦ green 24 ◦ blue 126

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

Shades of Persian Indigo #41187E

Tints of Persian Indigo #41187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 126 (49.61% from 255) = 58.6%

R = 30.23%
G = 11.16%
B = 58.6%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41187E (or 0x41187E) is known color: Persian Indigo. HEX triplet: 41, 18 and 7E. RGB value is (65,24,126). Sum of RGB (Red+Green+Blue) = 65+24+126=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #41187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41187E is #BEE781. Grayscale: #2F2F2F. Windows color (decimal): -12511106 or 8263745. OLE color: 8263745.

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

Color convert

RGB 65 24 126 -
CMYK 0.48 0.81 0 0.51
HSL 264.12º 0.68% 0.29% -
HSV(B) 264.12º 0.81% 0.49% -
XYZ 6.27 3.28 20.04 -
YUV 47.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 65 24 126 0.48 0.81 0 0.51 264.12 0.68 0.29
Hex 41 18 7E 30 51 0 33 108 44 1D
Octal 101 30 176 60 121 0 63 410 104 35
Binary 1000001 11000 1111110 110000 1010001 0 110011 100001000 1000100 11101

Color Harmonies of #41187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41187E

Black with #41187E

Text Example


Text Example

White with #41187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41187E; }

 p { color: rgb(65,24,126); }

 H1.HeaderClassName
 {
   color: #41187E;
 }
 .AnyTagClassName
 {
   color: #41187E;
 }
</style>

background-color css

<style>
 a { background-color: #41187E; }

 a { background-color: rgb(65,24,126); }

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

border-color css

<style>
 span { border-color: #41187E; }

 span { border-color: rgb(65,24,126); }

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