Html Css Color HEX #421293 Persian Indigo

📋 copy color: '#421293'

red 66 ◦ green 18 ◦ blue 147

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

Shades of Persian Indigo #421293

Tints of Persian Indigo #421293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.64%

R = 28.57%
G = 7.79%
B = 63.64%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#421293 (or 0x421293) is known color: Persian Indigo. HEX triplet: 42, 12 and 93. RGB value is (66,18,147). Sum of RGB (Red+Green+Blue) = 66+18+147=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #421293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421293 is #BDED6C. Grayscale: #2E2E2E. Windows color (decimal): -12447085 or 9638466. OLE color: 9638466.

HSL color Cylindrical-coordinate representation of color #421293: hue angle of 262.33º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421293 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 18 147 -
CMYK 0.55 0.88 0 0.42
HSL 262.33º 0.78% 0.32% -
HSV(B) 262.33º 0.88% 0.58% -
XYZ 7.73 3.7 27.91 -
YUV 47.06 184.4 141.51 -
System Red Green Blue C M Y K H S L
Decimal 66 18 147 0.55 0.88 0 0.42 262.33 0.78 0.32
Hex 42 12 93 37 58 0 2A 106 4E 20
Octal 102 22 223 67 130 0 52 406 116 40
Binary 1000010 10010 10010011 110111 1011000 0 101010 100000110 1001110 100000

Color Harmonies of #421293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421293

Black with #421293

Text Example


Text Example

White with #421293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421293; }

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

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

background-color css

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

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

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

border-color css

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

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

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