Html Css Color HEX #42026C Indigo

📋 copy color: '#42026C'

red 66 ◦ green 2 ◦ blue 108

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

Shades of Indigo #42026C

Tints of Indigo #42026C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

 BLUE value IS 108 (42.58% from 255) = 61.36%

R = 37.5%
G = 1.14%
B = 61.36%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42026C (or 0x42026C) is known color: Indigo. HEX triplet: 42, 02 and 6C. RGB value is (66,2,108). Sum of RGB (Red+Green+Blue) = 66+2+108=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #42026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42026C is #BDFD93. Grayscale: #202020. Windows color (decimal): -12451220 or 7078466. OLE color: 7078466.

HSL color Cylindrical-coordinate representation of color #42026C: hue angle of 276.23º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42026C is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 2 108 -
CMYK 0.39 0.98 0 0.58
HSL 276.23º 0.96% 0.22% -
HSV(B) 276.23º 0.98% 0.42% -
XYZ 4.98 2.28 14.37 -
YUV 33.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 66 2 108 0.39 0.98 0 0.58 276.23 0.96 0.22
Hex 42 2 6C 27 62 0 3A 114 60 16
Octal 102 2 154 47 142 0 72 424 140 26
Binary 1000010 10 1101100 100111 1100010 0 111010 100010100 1100000 10110

Color Harmonies of #42026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42026C

Black with #42026C

Text Example


Text Example

White with #42026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,2,108); }

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

background-color css

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

 a { background-color: rgb(66,2,108); }

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

border-color css

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

 span { border-color: rgb(66,2,108); }

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