Html Css Color HEX #42008D Indigo

📋 copy color: '#42008D'

red 66 ◦ green 0 ◦ blue 141

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

Shades of Indigo #42008D

Tints of Indigo #42008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.88%
G = 0%
B = 68.12%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42008D (or 0x42008D) is known color: Indigo. HEX triplet: 42, 00 and 8D. RGB value is (66,0,141). Sum of RGB (Red+Green+Blue) = 66+0+141=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #42008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42008D is #BDFF72. Grayscale: #232323. Windows color (decimal): -12451699 or 9240642. OLE color: 9240642.

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

Color convert

RGB 66 0 141 -
CMYK 0.53 1 0 0.45
HSL 268.09º 1% 0.28% -
HSV(B) 268.09º 1% 0.55% -
XYZ 7.05 3.08 25.42 -
YUV 35.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 66 0 141 0.53 1 0 0.45 268.09 1 0.28
Hex 42 0 8D 35 64 0 2D 10C 64 1C
Octal 102 0 215 65 144 0 55 414 144 34
Binary 1000010 0 10001101 110101 1100100 0 101101 100001100 1100100 11100

Color Harmonies of #42008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42008D

Black with #42008D

Text Example


Text Example

White with #42008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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