Html Css Color HEX #41187F Persian Indigo

📋 copy color: '#41187F'

red 65 ◦ green 24 ◦ blue 127

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

Shades of Persian Indigo #41187F

Tints of Persian Indigo #41187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.8%

R = 30.09%
G = 11.11%
B = 58.8%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41187F (or 0x41187F) is known color: Persian Indigo. HEX triplet: 41, 18 and 7F. RGB value is (65,24,127). Sum of RGB (Red+Green+Blue) = 65+24+127=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #41187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41187F is #BEE780. Grayscale: #2F2F2F. Windows color (decimal): -12511105 or 8329281. OLE color: 8329281.

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

Color convert

RGB 65 24 127 -
CMYK 0.49 0.81 0 0.50
HSL 263.88º 0.68% 0.3% -
HSV(B) 263.88º 0.81% 0.5% -
XYZ 6.34 3.31 20.38 -
YUV 48 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 65 24 127 0.49 0.81 0 0.50 263.88 0.68 0.3
Hex 41 18 7F 31 51 0 32 108 44 1E
Octal 101 30 177 61 121 0 62 410 104 36
Binary 1000001 11000 1111111 110001 1010001 0 110010 100001000 1000100 11110

Color Harmonies of #41187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41187F

Black with #41187F

Text Example


Text Example

White with #41187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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