Html Css Color HEX #421374 Persian Indigo

📋 copy color: '#421374'

red 66 ◦ green 19 ◦ blue 116

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

Shades of Persian Indigo #421374

Tints of Persian Indigo #421374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.45%

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

R = 32.84%
G = 9.45%
B = 57.71%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#421374 (or 0x421374) is known color: Persian Indigo. HEX triplet: 42, 13 and 74. RGB value is (66,19,116). Sum of RGB (Red+Green+Blue) = 66+19+116=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #421374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421374 is #BDEC8B. Grayscale: #2B2B2B. Windows color (decimal): -12446860 or 7607106. OLE color: 7607106.

HSL color Cylindrical-coordinate representation of color #421374: hue angle of 269.07º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421374 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 19 116 -
CMYK 0.43 0.84 0 0.55
HSL 269.07º 0.72% 0.26% -
HSV(B) 269.07º 0.84% 0.45% -
XYZ 5.63 2.88 16.78 -
YUV 44.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 66 19 116 0.43 0.84 0 0.55 269.07 0.72 0.26
Hex 42 13 74 2B 54 0 37 10D 48 1A
Octal 102 23 164 53 124 0 67 415 110 32
Binary 1000010 10011 1110100 101011 1010100 0 110111 100001101 1001000 11010

Color Harmonies of #421374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421374

Black with #421374

Text Example


Text Example

White with #421374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421374; }

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

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

background-color css

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

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

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

border-color css

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

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

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