Html Css Color HEX #420B7B Indigo

📋 copy color: '#420B7B'

red 66 ◦ green 11 ◦ blue 123

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

Shades of Indigo #420B7B

Tints of Indigo #420B7B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.5%

 BLUE value IS 123 (48.44% from 255) = 61.5%

R = 33%
G = 5.5%
B = 61.5%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#420B7B (or 0x420B7B) is known color: Indigo. HEX triplet: 42, 0B and 7B. RGB value is (66,11,123). Sum of RGB (Red+Green+Blue) = 66+11+123=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #420B7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B7B is #BDF484. Grayscale: #272727. Windows color (decimal): -12448901 or 8063810. OLE color: 8063810.

HSL color Cylindrical-coordinate representation of color #420B7B: hue angle of 269.46º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420B7B is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 11 123 -
CMYK 0.46 0.91 0 0.52
HSL 269.46º 0.84% 0.26% -
HSV(B) 269.46º 0.91% 0.48% -
XYZ 5.94 2.83 18.97 -
YUV 40.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 66 11 123 0.46 0.91 0 0.52 269.46 0.84 0.26
Hex 42 B 7B 2E 5B 0 34 10D 54 1A
Octal 102 13 173 56 133 0 64 415 124 32
Binary 1000010 1011 1111011 101110 1011011 0 110100 100001101 1010100 11010

Color Harmonies of #420B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B7B

Black with #420B7B

Text Example


Text Example

White with #420B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420B7B; }

 p { color: rgb(66,11,123); }

 H1.HeaderClassName
 {
   color: #420B7B;
 }
 .AnyTagClassName
 {
   color: #420B7B;
 }
</style>

background-color css

<style>
 a { background-color: #420B7B; }

 a { background-color: rgb(66,11,123); }

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

border-color css

<style>
 span { border-color: #420B7B; }

 span { border-color: rgb(66,11,123); }

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