Html Css Color HEX #42108D Persian Indigo

📋 copy color: '#42108D'

red 66 ◦ green 16 ◦ blue 141

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

Shades of Persian Indigo #42108D

Tints of Persian Indigo #42108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 29.6%
G = 7.17%
B = 63.23%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42108D (or 0x42108D) is known color: Persian Indigo. HEX triplet: 42, 10 and 8D. RGB value is (66,16,141). Sum of RGB (Red+Green+Blue) = 66+16+141=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #42108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42108D is #BDEF72. Grayscale: #2C2C2C. Windows color (decimal): -12447603 or 9244738. OLE color: 9244738.

HSL color Cylindrical-coordinate representation of color #42108D: hue angle of 264º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42108D is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 16 141 -
CMYK 0.53 0.89 0 0.45
HSL 264º 0.8% 0.31% -
HSV(B) 264º 0.89% 0.55% -
XYZ 7.24 3.45 25.48 -
YUV 45.2 182.07 142.84 -
System Red Green Blue C M Y K H S L
Decimal 66 16 141 0.53 0.89 0 0.45 264 0.8 0.31
Hex 42 10 8D 35 59 0 2D 108 50 1F
Octal 102 20 215 65 131 0 55 410 120 37
Binary 1000010 10000 10001101 110101 1011001 0 101101 100001000 1010000 11111

Color Harmonies of #42108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42108D

Black with #42108D

Text Example


Text Example

White with #42108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42108D; }

 p { color: rgb(66,16,141); }

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

background-color css

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

 a { background-color: rgb(66,16,141); }

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

border-color css

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

 span { border-color: rgb(66,16,141); }

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