Html Css Color HEX #41157C Persian Indigo

📋 copy color: '#41157C'

red 65 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #41157C

Tints of Persian Indigo #41157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 30.95%
G = 10%
B = 59.05%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41157C (or 0x41157C) is known color: Persian Indigo. HEX triplet: 41, 15 and 7C. RGB value is (65,21,124). Sum of RGB (Red+Green+Blue) = 65+21+124=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #41157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41157C is #BEEA83. Grayscale: #2D2D2D. Windows color (decimal): -12511876 or 8131905. OLE color: 8131905.

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

Color convert

RGB 65 21 124 -
CMYK 0.48 0.83 0 0.51
HSL 265.63º 0.71% 0.28% -
HSV(B) 265.63º 0.83% 0.49% -
XYZ 6.09 3.12 19.35 -
YUV 45.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 65 21 124 0.48 0.83 0 0.51 265.63 0.71 0.28
Hex 41 15 7C 30 53 0 33 10A 47 1C
Octal 101 25 174 60 123 0 63 412 107 34
Binary 1000001 10101 1111100 110000 1010011 0 110011 100001010 1000111 11100

Color Harmonies of #41157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41157C

Black with #41157C

Text Example


Text Example

White with #41157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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