Html Css Color HEX #41159B Persian Indigo

📋 copy color: '#41159B'

red 65 ◦ green 21 ◦ blue 155

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

Shades of Persian Indigo #41159B

Tints of Persian Indigo #41159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 26.97%
G = 8.71%
B = 64.32%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41159B (or 0x41159B) is known color: Persian Indigo. HEX triplet: 41, 15 and 9B. RGB value is (65,21,155). Sum of RGB (Red+Green+Blue) = 65+21+155=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #41159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41159B is #BEEA64. Grayscale: #303030. Windows color (decimal): -12511845 or 10163521. OLE color: 10163521.

HSL color Cylindrical-coordinate representation of color #41159B: hue angle of 259.7º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41159B is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 21 155 -
CMYK 0.58 0.86 0 0.39
HSL 259.7º 0.76% 0.35% -
HSV(B) 259.7º 0.86% 0.61% -
XYZ 8.36 4.03 31.35 -
YUV 49.43 187.58 139.1 -
System Red Green Blue C M Y K H S L
Decimal 65 21 155 0.58 0.86 0 0.39 259.7 0.76 0.35
Hex 41 15 9B 3A 56 0 27 104 4C 23
Octal 101 25 233 72 126 0 47 404 114 43
Binary 1000001 10101 10011011 111010 1010110 0 100111 100000100 1001100 100011

Color Harmonies of #41159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41159B

Black with #41159B

Text Example


Text Example

White with #41159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41159B; }

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

 H1.HeaderClassName
 {
   color: #41159B;
 }
 .AnyTagClassName
 {
   color: #41159B;
 }
</style>

background-color css

<style>
 a { background-color: #41159B; }

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

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

border-color css

<style>
 span { border-color: #41159B; }

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

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