Html Css Color HEX #41148E Persian Indigo

📋 copy color: '#41148E'

red 65 ◦ green 20 ◦ blue 142

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

Shades of Persian Indigo #41148E

Tints of Persian Indigo #41148E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 142 (55.86% from 255) = 62.56%

R = 28.63%
G = 8.81%
B = 62.56%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41148E (or 0x41148E) is known color: Persian Indigo. HEX triplet: 41, 14 and 8E. RGB value is (65,20,142). Sum of RGB (Red+Green+Blue) = 65+20+142=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #41148E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41148E is #BEEB71. Grayscale: #2E2E2E. Windows color (decimal): -12512114 or 9311297. OLE color: 9311297.

HSL color Cylindrical-coordinate representation of color #41148E: hue angle of 262.13º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41148E is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 20 142 -
CMYK 0.54 0.86 0 0.44
HSL 262.13º 0.75% 0.32% -
HSV(B) 262.13º 0.86% 0.56% -
XYZ 7.31 3.58 25.9 -
YUV 47.36 181.41 140.58 -
System Red Green Blue C M Y K H S L
Decimal 65 20 142 0.54 0.86 0 0.44 262.13 0.75 0.32
Hex 41 14 8E 36 56 0 2C 106 4B 20
Octal 101 24 216 66 126 0 54 406 113 40
Binary 1000001 10100 10001110 110110 1010110 0 101100 100000110 1001011 100000

Color Harmonies of #41148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41148E

Black with #41148E

Text Example


Text Example

White with #41148E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,20,142); }

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

background-color css

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

 a { background-color: rgb(65,20,142); }

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

border-color css

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

 span { border-color: rgb(65,20,142); }

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