Html Css Color HEX #42068B Indigo

📋 copy color: '#42068B'

red 66 ◦ green 6 ◦ blue 139

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

Shades of Indigo #42068B

Tints of Indigo #42068B

RGB

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

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

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

R = 31.28%
G = 2.84%
B = 65.88%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42068B (or 0x42068B) is known color: Indigo. HEX triplet: 42, 06 and 8B. RGB value is (66,6,139). Sum of RGB (Red+Green+Blue) = 66+6+139=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #42068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42068B is #BDF974. Grayscale: #262626. Windows color (decimal): -12450165 or 9111106. OLE color: 9111106.

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

Color convert

RGB 66 6 139 -
CMYK 0.53 0.96 0 0.45
HSL 267.07º 0.92% 0.28% -
HSV(B) 267.07º 0.96% 0.55% -
XYZ 6.97 3.15 24.67 -
YUV 39.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 66 6 139 0.53 0.96 0 0.45 267.07 0.92 0.28
Hex 42 6 8B 35 60 0 2D 10B 5C 1C
Octal 102 6 213 65 140 0 55 413 134 34
Binary 1000010 110 10001011 110101 1100000 0 101101 100001011 1011100 11100

Color Harmonies of #42068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42068B

Black with #42068B

Text Example


Text Example

White with #42068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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