Html Css Color HEX #41157D Persian Indigo

📋 copy color: '#41157D'

red 65 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #41157D

Tints of Persian Indigo #41157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.24%

R = 30.81%
G = 9.95%
B = 59.24%

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

#41157D (or 0x41157D) is known color: Persian Indigo. HEX triplet: 41, 15 and 7D. RGB value is (65,21,125). Sum of RGB (Red+Green+Blue) = 65+21+125=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #41157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41157D is #BEEA82. Grayscale: #2D2D2D. Windows color (decimal): -12511875 or 8197441. OLE color: 8197441.

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

Color convert

RGB 65 21 125 -
CMYK 0.48 0.83 0 0.51
HSL 265.38º 0.71% 0.29% -
HSV(B) 265.38º 0.83% 0.49% -
XYZ 6.15 3.14 19.68 -
YUV 46.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 65 21 125 0.48 0.83 0 0.51 265.38 0.71 0.29
Hex 41 15 7D 30 53 0 33 109 47 1D
Octal 101 25 175 60 123 0 63 411 107 35
Binary 1000001 10101 1111101 110000 1010011 0 110011 100001001 1000111 11101

Color Harmonies of #41157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41157D

Black with #41157D

Text Example


Text Example

White with #41157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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