Html Css Color HEX #420385 Indigo

📋 copy color: '#420385'

red 66 ◦ green 3 ◦ blue 133

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

Shades of Indigo #420385

Tints of Indigo #420385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 133 (52.34% from 255) = 65.84%

R = 32.67%
G = 1.49%
B = 65.84%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#420385 (or 0x420385) is known color: Indigo. HEX triplet: 42, 03 and 85. RGB value is (66,3,133). Sum of RGB (Red+Green+Blue) = 66+3+133=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #420385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420385 is #BDFC7A. Grayscale: #242424. Windows color (decimal): -12450939 or 8717122. OLE color: 8717122.

HSL color Cylindrical-coordinate representation of color #420385: hue angle of 269.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420385 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 3 133 -
CMYK 0.50 0.98 0 0.48
HSL 269.08º 0.96% 0.27% -
HSV(B) 269.08º 0.98% 0.52% -
XYZ 6.51 2.92 22.41 -
YUV 36.66 182.37 148.93 -
System Red Green Blue C M Y K H S L
Decimal 66 3 133 0.50 0.98 0 0.48 269.08 0.96 0.27
Hex 42 3 85 32 62 0 30 10D 60 1B
Octal 102 3 205 62 142 0 60 415 140 33
Binary 1000010 11 10000101 110010 1100010 0 110000 100001101 1100000 11011

Color Harmonies of #420385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420385

Black with #420385

Text Example


Text Example

White with #420385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420385; }

 p { color: rgb(66,3,133); }

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

background-color css

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

 a { background-color: rgb(66,3,133); }

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

border-color css

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

 span { border-color: rgb(66,3,133); }

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