Html Css Color HEX #42069E Indigo

📋 copy color: '#42069E'

red 66 ◦ green 6 ◦ blue 158

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

Shades of Indigo #42069E

Tints of Indigo #42069E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

 BLUE value IS 158 (62.11% from 255) = 68.7%

R = 28.7%
G = 2.61%
B = 68.7%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42069E (or 0x42069E) is known color: Indigo. HEX triplet: 42, 06 and 9E. RGB value is (66,6,158). Sum of RGB (Red+Green+Blue) = 66+6+158=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #42069E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42069E is #BDF961. Grayscale: #282828. Windows color (decimal): -12450146 or 10356290. OLE color: 10356290.

HSL color Cylindrical-coordinate representation of color #42069E: hue angle of 263.68º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42069E is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 6 158 -
CMYK 0.58 0.96 0 0.38
HSL 263.68º 0.93% 0.32% -
HSV(B) 263.68º 0.96% 0.62% -
XYZ 8.48 3.76 32.63 -
YUV 41.27 193.88 145.64 -
System Red Green Blue C M Y K H S L
Decimal 66 6 158 0.58 0.96 0 0.38 263.68 0.93 0.32
Hex 42 6 9E 3A 60 0 26 108 5D 20
Octal 102 6 236 72 140 0 46 410 135 40
Binary 1000010 110 10011110 111010 1100000 0 100110 100001000 1011101 100000

Color Harmonies of #42069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42069E

Black with #42069E

Text Example


Text Example

White with #42069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42069E; }

 p { color: rgb(66,6,158); }

 H1.HeaderClassName
 {
   color: #42069E;
 }
 .AnyTagClassName
 {
   color: #42069E;
 }
</style>

background-color css

<style>
 a { background-color: #42069E; }

 a { background-color: rgb(66,6,158); }

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

border-color css

<style>
 span { border-color: #42069E; }

 span { border-color: rgb(66,6,158); }

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