Html Css Color HEX #42078A Indigo

📋 copy color: '#42078A'

red 66 ◦ green 7 ◦ blue 138

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

Shades of Indigo #42078A

Tints of Indigo #42078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

 BLUE value IS 138 (54.3% from 255) = 65.4%

R = 31.28%
G = 3.32%
B = 65.4%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#42078A (or 0x42078A) is known color: Indigo. HEX triplet: 42, 07 and 8A. RGB value is (66,7,138). Sum of RGB (Red+Green+Blue) = 66+7+138=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #42078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42078A is #BDF875. Grayscale: #272727. Windows color (decimal): -12449910 or 9045826. OLE color: 9045826.

HSL color Cylindrical-coordinate representation of color #42078A: hue angle of 267.02º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42078A is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 7 138 -
CMYK 0.52 0.95 0 0.46
HSL 267.02º 0.9% 0.28% -
HSV(B) 267.02º 0.95% 0.54% -
XYZ 6.91 3.15 24.29 -
YUV 39.58 183.55 146.85 -
System Red Green Blue C M Y K H S L
Decimal 66 7 138 0.52 0.95 0 0.46 267.02 0.9 0.28
Hex 42 7 8A 34 5F 0 2E 10B 5A 1C
Octal 102 7 212 64 137 0 56 413 132 34
Binary 1000010 111 10001010 110100 1011111 0 101110 100001011 1011010 11100

Color Harmonies of #42078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42078A

Black with #42078A

Text Example


Text Example

White with #42078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,7,138); }

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

background-color css

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

 a { background-color: rgb(66,7,138); }

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

border-color css

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

 span { border-color: rgb(66,7,138); }

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