Html Css Color HEX #42088B Indigo

📋 copy color: '#42088B'

red 66 ◦ green 8 ◦ blue 139

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

Shades of Indigo #42088B

Tints of Indigo #42088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 65.26%

R = 30.99%
G = 3.76%
B = 65.26%

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

#42088B (or 0x42088B) is known color: Indigo. HEX triplet: 42, 08 and 8B. RGB value is (66,8,139). Sum of RGB (Red+Green+Blue) = 66+8+139=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #42088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42088B is #BDF774. Grayscale: #272727. Windows color (decimal): -12449653 or 9111618. OLE color: 9111618.

HSL color Cylindrical-coordinate representation of color #42088B: hue angle of 266.56º 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 #42088B is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 8 139 -
CMYK 0.53 0.94 0 0.45
HSL 266.56º 0.89% 0.29% -
HSV(B) 266.56º 0.94% 0.55% -
XYZ 6.99 3.2 24.67 -
YUV 40.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 66 8 139 0.53 0.94 0 0.45 266.56 0.89 0.29
Hex 42 8 8B 35 5E 0 2D 10B 59 1D
Octal 102 10 213 65 136 0 55 413 131 35
Binary 1000010 1000 10001011 110101 1011110 0 101101 100001011 1011001 11101

Color Harmonies of #42088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42088B

Black with #42088B

Text Example


Text Example

White with #42088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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