Html Css Color HEX #421380 Persian Indigo

📋 copy color: '#421380'

red 66 ◦ green 19 ◦ blue 128

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

Shades of Persian Indigo #421380

Tints of Persian Indigo #421380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 60.09%

R = 30.99%
G = 8.92%
B = 60.09%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#421380 (or 0x421380) is known color: Persian Indigo. HEX triplet: 42, 13 and 80. RGB value is (66,19,128). Sum of RGB (Red+Green+Blue) = 66+19+128=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #421380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421380 is #BDEC7F. Grayscale: #2D2D2D. Windows color (decimal): -12446848 or 8393538. OLE color: 8393538.

HSL color Cylindrical-coordinate representation of color #421380: hue angle of 265.87º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421380 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 19 128 -
CMYK 0.48 0.85 0 0.50
HSL 265.87º 0.74% 0.29% -
HSV(B) 265.87º 0.85% 0.5% -
XYZ 6.38 3.18 20.7 -
YUV 45.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 66 19 128 0.48 0.85 0 0.50 265.87 0.74 0.29
Hex 42 13 80 30 55 0 32 10A 4A 1D
Octal 102 23 200 60 125 0 62 412 112 35
Binary 1000010 10011 10000000 110000 1010101 0 110010 100001010 1001010 11101

Color Harmonies of #421380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421380

Black with #421380

Text Example


Text Example

White with #421380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421380; }

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

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

background-color css

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

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

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

border-color css

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

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

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