Html Css Color HEX #41187D Persian Indigo

📋 copy color: '#41187D'

red 65 ◦ green 24 ◦ blue 125

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

Shades of Persian Indigo #41187D

Tints of Persian Indigo #41187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

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

R = 30.37%
G = 11.21%
B = 58.41%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41187D (or 0x41187D) is known color: Persian Indigo. HEX triplet: 41, 18 and 7D. RGB value is (65,24,125). Sum of RGB (Red+Green+Blue) = 65+24+125=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #41187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41187D is #BEE782. Grayscale: #2F2F2F. Windows color (decimal): -12511107 or 8198209. OLE color: 8198209.

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

Color convert

RGB 65 24 125 -
CMYK 0.48 0.81 0 0.51
HSL 264.36º 0.68% 0.29% -
HSV(B) 264.36º 0.81% 0.49% -
XYZ 6.21 3.26 19.7 -
YUV 47.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 65 24 125 0.48 0.81 0 0.51 264.36 0.68 0.29
Hex 41 18 7D 30 51 0 33 108 44 1D
Octal 101 30 175 60 121 0 63 410 104 35
Binary 1000001 11000 1111101 110000 1010001 0 110011 100001000 1000100 11101

Color Harmonies of #41187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41187D

Black with #41187D

Text Example


Text Example

White with #41187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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