Html Css Color HEX #41178D Persian Indigo

📋 copy color: '#41178D'

red 65 ◦ green 23 ◦ blue 141

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

Shades of Persian Indigo #41178D

Tints of Persian Indigo #41178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

 BLUE value IS 141 (55.47% from 255) = 61.57%

R = 28.38%
G = 10.04%
B = 61.57%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41178D (or 0x41178D) is known color: Persian Indigo. HEX triplet: 41, 17 and 8D. RGB value is (65,23,141). Sum of RGB (Red+Green+Blue) = 65+23+141=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #41178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41178D is #BEE872. Grayscale: #303030. Windows color (decimal): -12511347 or 9246529. OLE color: 9246529.

HSL color Cylindrical-coordinate representation of color #41178D: hue angle of 261.36º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41178D is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 23 141 -
CMYK 0.54 0.84 0 0.45
HSL 261.36º 0.72% 0.32% -
HSV(B) 261.36º 0.84% 0.55% -
XYZ 7.29 3.66 25.52 -
YUV 49.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 65 23 141 0.54 0.84 0 0.45 261.36 0.72 0.32
Hex 41 17 8D 36 54 0 2D 105 48 20
Octal 101 27 215 66 124 0 55 405 110 40
Binary 1000001 10111 10001101 110110 1010100 0 101101 100000101 1001000 100000

Color Harmonies of #41178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41178D

Black with #41178D

Text Example


Text Example

White with #41178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,23,141); }

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

background-color css

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

 a { background-color: rgb(65,23,141); }

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

border-color css

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

 span { border-color: rgb(65,23,141); }

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