Html Css Color HEX #411875 Persian Indigo

📋 copy color: '#411875'

red 65 ◦ green 24 ◦ blue 117

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

Shades of Persian Indigo #411875

Tints of Persian Indigo #411875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 31.55%
G = 11.65%
B = 56.8%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411875 (or 0x411875) is known color: Persian Indigo. HEX triplet: 41, 18 and 75. RGB value is (65,24,117). Sum of RGB (Red+Green+Blue) = 65+24+117=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #411875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411875 is #BEE78A. Grayscale: #2E2E2E. Windows color (decimal): -12511115 or 7673921. OLE color: 7673921.

HSL color Cylindrical-coordinate representation of color #411875: hue angle of 266.45º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411875 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 24 117 -
CMYK 0.44 0.79 0 0.54
HSL 266.45º 0.66% 0.28% -
HSV(B) 266.45º 0.79% 0.46% -
XYZ 5.72 3.06 17.12 -
YUV 46.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 65 24 117 0.44 0.79 0 0.54 266.45 0.66 0.28
Hex 41 18 75 2C 4F 0 36 10A 42 1C
Octal 101 30 165 54 117 0 66 412 102 34
Binary 1000001 11000 1110101 101100 1001111 0 110110 100001010 1000010 11100

Color Harmonies of #411875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411875

Black with #411875

Text Example


Text Example

White with #411875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411875; }

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

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

background-color css

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

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

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

border-color css

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

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

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