Html Css Color HEX #41137B Persian Indigo

📋 copy color: '#41137B'

red 65 ◦ green 19 ◦ blue 123

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

Shades of Persian Indigo #41137B

Tints of Persian Indigo #41137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

 BLUE value IS 123 (48.44% from 255) = 59.42%

R = 31.4%
G = 9.18%
B = 59.42%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41137B (or 0x41137B) is known color: Persian Indigo. HEX triplet: 41, 13 and 7B. RGB value is (65,19,123). Sum of RGB (Red+Green+Blue) = 65+19+123=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #41137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41137B is #BEEC84. Grayscale: #2C2C2C. Windows color (decimal): -12512389 or 8065857. OLE color: 8065857.

HSL color Cylindrical-coordinate representation of color #41137B: hue angle of 266.54º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41137B is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 19 123 -
CMYK 0.47 0.85 0 0.52
HSL 266.54º 0.73% 0.28% -
HSV(B) 266.54º 0.85% 0.48% -
XYZ 5.99 3.02 19.01 -
YUV 44.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 65 19 123 0.47 0.85 0 0.52 266.54 0.73 0.28
Hex 41 13 7B 2F 55 0 34 10B 49 1C
Octal 101 23 173 57 125 0 64 413 111 34
Binary 1000001 10011 1111011 101111 1010101 0 110100 100001011 1001001 11100

Color Harmonies of #41137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41137B

Black with #41137B

Text Example


Text Example

White with #41137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,19,123); }

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

background-color css

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

 a { background-color: rgb(65,19,123); }

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

border-color css

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

 span { border-color: rgb(65,19,123); }

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