Html Css Color HEX #42118C Persian Indigo

📋 copy color: '#42118C'

red 66 ◦ green 17 ◦ blue 140

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

Shades of Persian Indigo #42118C

Tints of Persian Indigo #42118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.62%

 BLUE value IS 140 (55.08% from 255) = 62.78%

R = 29.6%
G = 7.62%
B = 62.78%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42118C (or 0x42118C) is known color: Persian Indigo. HEX triplet: 42, 11 and 8C. RGB value is (66,17,140). Sum of RGB (Red+Green+Blue) = 66+17+140=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #42118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42118C is #BDEE73. Grayscale: #2D2D2D. Windows color (decimal): -12447348 or 9179458. OLE color: 9179458.

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

Color convert

RGB 66 17 140 -
CMYK 0.53 0.88 0 0.45
HSL 263.9º 0.78% 0.31% -
HSV(B) 263.9º 0.88% 0.55% -
XYZ 7.18 3.45 25.1 -
YUV 45.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 66 17 140 0.53 0.88 0 0.45 263.9 0.78 0.31
Hex 42 11 8C 35 58 0 2D 108 4E 1F
Octal 102 21 214 65 130 0 55 410 116 37
Binary 1000010 10001 10001100 110101 1011000 0 101101 100001000 1001110 11111

Color Harmonies of #42118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42118C

Black with #42118C

Text Example


Text Example

White with #42118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42118C; }

 p { color: rgb(66,17,140); }

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

background-color css

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

 a { background-color: rgb(66,17,140); }

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

border-color css

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

 span { border-color: rgb(66,17,140); }

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