Html Css Color HEX #421874 Persian Indigo

📋 copy color: '#421874'

red 66 ◦ green 24 ◦ blue 116

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

Shades of Persian Indigo #421874

Tints of Persian Indigo #421874

RGB

 RED value IS 66 (26.17% from 255) = 32.04%

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

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

R = 32.04%
G = 11.65%
B = 56.31%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#421874 (or 0x421874) is known color: Persian Indigo. HEX triplet: 42, 18 and 74. RGB value is (66,24,116). Sum of RGB (Red+Green+Blue) = 66+24+116=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #421874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421874 is #BDE78B. Grayscale: #2E2E2E. Windows color (decimal): -12445580 or 7608386. OLE color: 7608386.

HSL color Cylindrical-coordinate representation of color #421874: hue angle of 267.39º 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 #421874 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 24 116 -
CMYK 0.43 0.79 0 0.55
HSL 267.39º 0.66% 0.27% -
HSV(B) 267.39º 0.79% 0.45% -
XYZ 5.73 3.07 16.81 -
YUV 47.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 66 24 116 0.43 0.79 0 0.55 267.39 0.66 0.27
Hex 42 18 74 2B 4F 0 37 10B 42 1B
Octal 102 30 164 53 117 0 67 413 102 33
Binary 1000010 11000 1110100 101011 1001111 0 110111 100001011 1000010 11011

Color Harmonies of #421874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421874

Black with #421874

Text Example


Text Example

White with #421874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421874; }

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

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

background-color css

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

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

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

border-color css

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

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

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