Html Css Color HEX #401874 Persian Indigo

📋 copy color: '#401874'

red 64 ◦ green 24 ◦ blue 116

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

Shades of Persian Indigo #401874

Tints of Persian Indigo #401874

RGB

 RED value IS 64 (25.39% from 255) = 31.37%

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

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 31.37%
G = 11.76%
B = 56.86%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401874 (or 0x401874) is known color: Persian Indigo. HEX triplet: 40, 18 and 74. RGB value is (64,24,116). Sum of RGB (Red+Green+Blue) = 64+24+116=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #401874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401874 is #BFE78B. Grayscale: #2E2E2E. Windows color (decimal): -12576652 or 7608384. OLE color: 7608384.

HSL color Cylindrical-coordinate representation of color #401874: hue angle of 266.09º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401874 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 24 116 -
CMYK 0.45 0.79 0 0.55
HSL 266.09º 0.66% 0.27% -
HSV(B) 266.09º 0.79% 0.45% -
XYZ 5.59 3 16.81 -
YUV 46.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 64 24 116 0.45 0.79 0 0.55 266.09 0.66 0.27
Hex 40 18 74 2D 4F 0 37 10A 42 1B
Octal 100 30 164 55 117 0 67 412 102 33
Binary 1000000 11000 1110100 101101 1001111 0 110111 100001010 1000010 11011

Color Harmonies of #401874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401874

Black with #401874

Text Example


Text Example

White with #401874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401874; }

 p { color: rgb(64,24,116); }

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

background-color css

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

 a { background-color: rgb(64,24,116); }

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

border-color css

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

 span { border-color: rgb(64,24,116); }

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