Html Css Color HEX #41127C Persian Indigo

📋 copy color: '#41127C'

red 65 ◦ green 18 ◦ blue 124

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

Shades of Persian Indigo #41127C

Tints of Persian Indigo #41127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

 BLUE value IS 124 (48.83% from 255) = 59.9%

R = 31.4%
G = 8.7%
B = 59.9%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41127C (or 0x41127C) is known color: Persian Indigo. HEX triplet: 41, 12 and 7C. RGB value is (65,18,124). Sum of RGB (Red+Green+Blue) = 65+18+124=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #41127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41127C is #BEED83. Grayscale: #2B2B2B. Windows color (decimal): -12512644 or 8131137. OLE color: 8131137.

HSL color Cylindrical-coordinate representation of color #41127C: hue angle of 266.6º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41127C is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 18 124 -
CMYK 0.48 0.85 0 0.51
HSL 266.6º 0.75% 0.28% -
HSV(B) 266.6º 0.85% 0.49% -
XYZ 6.03 3.01 19.33 -
YUV 44.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 65 18 124 0.48 0.85 0 0.51 266.6 0.75 0.28
Hex 41 12 7C 30 55 0 33 10B 4B 1C
Octal 101 22 174 60 125 0 63 413 113 34
Binary 1000001 10010 1111100 110000 1010101 0 110011 100001011 1001011 11100

Color Harmonies of #41127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41127C

Black with #41127C

Text Example


Text Example

White with #41127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41127C; }

 p { color: rgb(65,18,124); }

 H1.HeaderClassName
 {
   color: #41127C;
 }
 .AnyTagClassName
 {
   color: #41127C;
 }
</style>

background-color css

<style>
 a { background-color: #41127C; }

 a { background-color: rgb(65,18,124); }

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

border-color css

<style>
 span { border-color: #41127C; }

 span { border-color: rgb(65,18,124); }

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