Html Css Color HEX #421794 Persian Indigo

📋 copy color: '#421794'

red 66 ◦ green 23 ◦ blue 148

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

Shades of Persian Indigo #421794

Tints of Persian Indigo #421794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.7%

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 27.85%
G = 9.7%
B = 62.45%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#421794 (or 0x421794) is known color: Persian Indigo. HEX triplet: 42, 17 and 94. RGB value is (66,23,148). Sum of RGB (Red+Green+Blue) = 66+23+148=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #421794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421794 is #BDE86B. Grayscale: #313131. Windows color (decimal): -12445804 or 9705282. OLE color: 9705282.

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

Color convert

RGB 66 23 148 -
CMYK 0.55 0.84 0 0.42
HSL 260.64º 0.73% 0.34% -
HSV(B) 260.64º 0.84% 0.58% -
XYZ 7.9 3.91 28.36 -
YUV 50.11 183.25 139.34 -
System Red Green Blue C M Y K H S L
Decimal 66 23 148 0.55 0.84 0 0.42 260.64 0.73 0.34
Hex 42 17 94 37 54 0 2A 105 49 22
Octal 102 27 224 67 124 0 52 405 111 42
Binary 1000010 10111 10010100 110111 1010100 0 101010 100000101 1001001 100010

Color Harmonies of #421794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421794

Black with #421794

Text Example


Text Example

White with #421794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421794; }

 p { color: rgb(66,23,148); }

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

background-color css

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

 a { background-color: rgb(66,23,148); }

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

border-color css

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

 span { border-color: rgb(66,23,148); }

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