Html Css Color HEX #42007D Indigo

📋 copy color: '#42007D'

red 66 ◦ green 0 ◦ blue 125

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

Shades of Indigo #42007D

Tints of Indigo #42007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 125 (49.22% from 255) = 65.45%

R = 34.55%
G = 0%
B = 65.45%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42007D (or 0x42007D) is known color: Indigo. HEX triplet: 42, 00 and 7D. RGB value is (66,0,125). Sum of RGB (Red+Green+Blue) = 66+0+125=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #42007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42007D is #BDFF82. Grayscale: #212121. Windows color (decimal): -12451715 or 8192066. OLE color: 8192066.

HSL color Cylindrical-coordinate representation of color #42007D: hue angle of 271.68º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42007D is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 0 125 -
CMYK 0.47 1 0 0.51
HSL 271.68º 1% 0.25% -
HSV(B) 271.68º 1% 0.49% -
XYZ 5.95 2.64 19.6 -
YUV 33.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 66 0 125 0.47 1 0 0.51 271.68 1 0.25
Hex 42 0 7D 2F 64 0 33 110 64 19
Octal 102 0 175 57 144 0 63 420 144 31
Binary 1000010 0 1111101 101111 1100100 0 110011 100010000 1100100 11001

Color Harmonies of #42007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42007D

Black with #42007D

Text Example


Text Example

White with #42007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42007D; }

 p { color: rgb(66,0,125); }

 H1.HeaderClassName
 {
   color: #42007D;
 }
 .AnyTagClassName
 {
   color: #42007D;
 }
</style>

background-color css

<style>
 a { background-color: #42007D; }

 a { background-color: rgb(66,0,125); }

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

border-color css

<style>
 span { border-color: #42007D; }

 span { border-color: rgb(66,0,125); }

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