Html Css Color HEX #421277 Persian Indigo

📋 copy color: '#421277'

red 66 ◦ green 18 ◦ blue 119

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

Shades of Persian Indigo #421277

Tints of Persian Indigo #421277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 119 (46.88% from 255) = 58.62%

R = 32.51%
G = 8.87%
B = 58.62%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#421277 (or 0x421277) is known color: Persian Indigo. HEX triplet: 42, 12 and 77. RGB value is (66,18,119). Sum of RGB (Red+Green+Blue) = 66+18+119=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #421277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421277 is #BDED88. Grayscale: #2B2B2B. Windows color (decimal): -12447113 or 7803458. OLE color: 7803458.

HSL color Cylindrical-coordinate representation of color #421277: hue angle of 268.51º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421277 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 18 119 -
CMYK 0.45 0.85 0 0.53
HSL 268.51º 0.74% 0.27% -
HSV(B) 268.51º 0.85% 0.47% -
XYZ 5.79 2.92 17.71 -
YUV 43.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 66 18 119 0.45 0.85 0 0.53 268.51 0.74 0.27
Hex 42 12 77 2D 55 0 35 10D 4A 1B
Octal 102 22 167 55 125 0 65 415 112 33
Binary 1000010 10010 1110111 101101 1010101 0 110101 100001101 1001010 11011

Color Harmonies of #421277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421277

Black with #421277

Text Example


Text Example

White with #421277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421277; }

 p { color: rgb(66,18,119); }

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

background-color css

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

 a { background-color: rgb(66,18,119); }

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

border-color css

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

 span { border-color: rgb(66,18,119); }

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