Html Css Color HEX #42109A Indigo

📋 copy color: '#42109A'

red 66 ◦ green 16 ◦ blue 154

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

Shades of Indigo #42109A

Tints of Indigo #42109A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 65.25%

R = 27.97%
G = 6.78%
B = 65.25%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#42109A (or 0x42109A) is known color: Indigo. HEX triplet: 42, 10 and 9A. RGB value is (66,16,154). Sum of RGB (Red+Green+Blue) = 66+16+154=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #42109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42109A is #BDEF65. Grayscale: #2E2E2E. Windows color (decimal): -12447590 or 10096706. OLE color: 10096706.

HSL color Cylindrical-coordinate representation of color #42109A: hue angle of 261.74º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42109A is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 16 154 -
CMYK 0.57 0.90 0 0.40
HSL 261.74º 0.81% 0.33% -
HSV(B) 261.74º 0.9% 0.6% -
XYZ 8.26 3.86 30.88 -
YUV 46.68 188.57 141.78 -
System Red Green Blue C M Y K H S L
Decimal 66 16 154 0.57 0.90 0 0.40 261.74 0.81 0.33
Hex 42 10 9A 39 5A 0 28 106 51 21
Octal 102 20 232 71 132 0 50 406 121 41
Binary 1000010 10000 10011010 111001 1011010 0 101000 100000110 1010001 100001

Color Harmonies of #42109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42109A

Black with #42109A

Text Example


Text Example

White with #42109A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42109A; }

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

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

background-color css

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

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

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

border-color css

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

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

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