Html Css Color HEX #41147D Persian Indigo

📋 copy color: '#41147D'

red 65 ◦ green 20 ◦ blue 125

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

Shades of Persian Indigo #41147D

Tints of Persian Indigo #41147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

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

R = 30.95%
G = 9.52%
B = 59.52%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41147D (or 0x41147D) is known color: Persian Indigo. HEX triplet: 41, 14 and 7D. RGB value is (65,20,125). Sum of RGB (Red+Green+Blue) = 65+20+125=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #41147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41147D is #BEEB82. Grayscale: #2D2D2D. Windows color (decimal): -12512131 or 8197185. OLE color: 8197185.

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

Color convert

RGB 65 20 125 -
CMYK 0.48 0.84 0 0.51
HSL 265.71º 0.72% 0.28% -
HSV(B) 265.71º 0.84% 0.49% -
XYZ 6.13 3.1 19.68 -
YUV 45.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 65 20 125 0.48 0.84 0 0.51 265.71 0.72 0.28
Hex 41 14 7D 30 54 0 33 10A 48 1C
Octal 101 24 175 60 124 0 63 412 110 34
Binary 1000001 10100 1111101 110000 1010100 0 110011 100001010 1001000 11100

Color Harmonies of #41147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41147D

Black with #41147D

Text Example


Text Example

White with #41147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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