Html Css Color HEX #421685 Persian Indigo

📋 copy color: '#421685'

red 66 ◦ green 22 ◦ blue 133

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

Shades of Persian Indigo #421685

Tints of Persian Indigo #421685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

 BLUE value IS 133 (52.34% from 255) = 60.18%

R = 29.86%
G = 9.95%
B = 60.18%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#421685 (or 0x421685) is known color: Persian Indigo. HEX triplet: 42, 16 and 85. RGB value is (66,22,133). Sum of RGB (Red+Green+Blue) = 66+22+133=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #421685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421685 is #BDE97A. Grayscale: #2F2F2F. Windows color (decimal): -12446075 or 8721986. OLE color: 8721986.

HSL color Cylindrical-coordinate representation of color #421685: hue angle of 263.78º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421685 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 22 133 -
CMYK 0.50 0.83 0 0.48
HSL 263.78º 0.72% 0.3% -
HSV(B) 263.78º 0.83% 0.52% -
XYZ 6.77 3.43 22.49 -
YUV 47.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 66 22 133 0.50 0.83 0 0.48 263.78 0.72 0.3
Hex 42 16 85 32 53 0 30 108 48 1E
Octal 102 26 205 62 123 0 60 410 110 36
Binary 1000010 10110 10000101 110010 1010011 0 110000 100001000 1001000 11110

Color Harmonies of #421685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421685

Black with #421685

Text Example


Text Example

White with #421685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421685; }

 p { color: rgb(66,22,133); }

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

background-color css

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

 a { background-color: rgb(66,22,133); }

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

border-color css

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

 span { border-color: rgb(66,22,133); }

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