Html Css Color HEX #421775 Persian Indigo

📋 copy color: '#421775'

red 66 ◦ green 23 ◦ blue 117

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

Shades of Persian Indigo #421775

Tints of Persian Indigo #421775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 32.04%
G = 11.17%
B = 56.8%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#421775 (or 0x421775) is known color: Persian Indigo. HEX triplet: 42, 17 and 75. RGB value is (66,23,117). Sum of RGB (Red+Green+Blue) = 66+23+117=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #421775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421775 is #BDE88A. Grayscale: #2E2E2E. Windows color (decimal): -12445835 or 7673666. OLE color: 7673666.

HSL color Cylindrical-coordinate representation of color #421775: hue angle of 267.45º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421775 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 23 117 -
CMYK 0.44 0.80 0 0.54
HSL 267.45º 0.67% 0.27% -
HSV(B) 267.45º 0.8% 0.46% -
XYZ 5.76 3.06 17.12 -
YUV 46.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 66 23 117 0.44 0.80 0 0.54 267.45 0.67 0.27
Hex 42 17 75 2C 50 0 36 10B 43 1B
Octal 102 27 165 54 120 0 66 413 103 33
Binary 1000010 10111 1110101 101100 1010000 0 110110 100001011 1000011 11011

Color Harmonies of #421775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421775

Black with #421775

Text Example


Text Example

White with #421775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421775; }

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

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

background-color css

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

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

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

border-color css

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

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

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