Html Css Color HEX #421281 Persian Indigo

📋 copy color: '#421281'

red 66 ◦ green 18 ◦ blue 129

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

Shades of Persian Indigo #421281

Tints of Persian Indigo #421281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 60.56%

R = 30.99%
G = 8.45%
B = 60.56%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#421281 (or 0x421281) is known color: Persian Indigo. HEX triplet: 42, 12 and 81. RGB value is (66,18,129). Sum of RGB (Red+Green+Blue) = 66+18+129=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 129 (50.78% from 255 or 60.56% from 213); Max value from RGB is 129 - color contains mainly: blue. Hex color #421281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421281 is #BDED7E. Grayscale: #2C2C2C. Windows color (decimal): -12447103 or 8458818. OLE color: 8458818.

HSL color Cylindrical-coordinate representation of color #421281: hue angle of 265.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421281 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 18 129 -
CMYK 0.49 0.86 0 0.49
HSL 265.95º 0.76% 0.29% -
HSV(B) 265.95º 0.86% 0.51% -
XYZ 6.43 3.18 21.04 -
YUV 45.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 66 18 129 0.49 0.86 0 0.49 265.95 0.76 0.29
Hex 42 12 81 31 56 0 31 10A 4C 1D
Octal 102 22 201 61 126 0 61 412 114 35
Binary 1000010 10010 10000001 110001 1010110 0 110001 100001010 1001100 11101

Color Harmonies of #421281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421281

Black with #421281

Text Example


Text Example

White with #421281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421281; }

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

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

background-color css

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

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

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

border-color css

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

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

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