Html Css Color HEX #42088C Indigo

📋 copy color: '#42088C'

red 66 ◦ green 8 ◦ blue 140

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

Shades of Indigo #42088C

Tints of Indigo #42088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

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

R = 30.84%
G = 3.74%
B = 65.42%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42088C (or 0x42088C) is known color: Indigo. HEX triplet: 42, 08 and 8C. RGB value is (66,8,140). Sum of RGB (Red+Green+Blue) = 66+8+140=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #42088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42088C is #BDF773. Grayscale: #272727. Windows color (decimal): -12449652 or 9177154. OLE color: 9177154.

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

Color convert

RGB 66 8 140 -
CMYK 0.53 0.94 0 0.45
HSL 266.36º 0.89% 0.29% -
HSV(B) 266.36º 0.94% 0.55% -
XYZ 7.07 3.23 25.06 -
YUV 40.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 66 8 140 0.53 0.94 0 0.45 266.36 0.89 0.29
Hex 42 8 8C 35 5E 0 2D 10A 59 1D
Octal 102 10 214 65 136 0 55 412 131 35
Binary 1000010 1000 10001100 110101 1011110 0 101101 100001010 1011001 11101

Color Harmonies of #42088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42088C

Black with #42088C

Text Example


Text Example

White with #42088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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