Html Css Color HEX #41178E Persian Indigo

📋 copy color: '#41178E'

red 65 ◦ green 23 ◦ blue 142

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

Shades of Persian Indigo #41178E

Tints of Persian Indigo #41178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 61.74%

R = 28.26%
G = 10%
B = 61.74%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41178E (or 0x41178E) is known color: Persian Indigo. HEX triplet: 41, 17 and 8E. RGB value is (65,23,142). Sum of RGB (Red+Green+Blue) = 65+23+142=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #41178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41178E is #BEE871. Grayscale: #303030. Windows color (decimal): -12511346 or 9312065. OLE color: 9312065.

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

Color convert

RGB 65 23 142 -
CMYK 0.54 0.84 0 0.44
HSL 261.18º 0.72% 0.32% -
HSV(B) 261.18º 0.84% 0.56% -
XYZ 7.37 3.69 25.91 -
YUV 49.12 180.41 139.32 -
System Red Green Blue C M Y K H S L
Decimal 65 23 142 0.54 0.84 0 0.44 261.18 0.72 0.32
Hex 41 17 8E 36 54 0 2C 105 48 20
Octal 101 27 216 66 124 0 54 405 110 40
Binary 1000001 10111 10001110 110110 1010100 0 101100 100000101 1001000 100000

Color Harmonies of #41178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41178E

Black with #41178E

Text Example


Text Example

White with #41178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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