Html Css Color HEX #42055C Indigo

📋 copy color: '#42055C'

red 66 ◦ green 5 ◦ blue 92

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

Shades of Indigo #42055C

Tints of Indigo #42055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

 BLUE value IS 92 (36.33% from 255) = 56.44%

R = 40.49%
G = 3.07%
B = 56.44%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42055C (or 0x42055C) is known color: Indigo. HEX triplet: 42, 05 and 5C. RGB value is (66,5,92). Sum of RGB (Red+Green+Blue) = 66+5+92=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #42055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42055C is #BDFAA3. Grayscale: #202020. Windows color (decimal): -12450468 or 6030658. OLE color: 6030658.

HSL color Cylindrical-coordinate representation of color #42055C: hue angle of 282.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42055C is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 5 92 -
CMYK 0.28 0.95 0 0.64
HSL 282.07º 0.9% 0.19% -
HSV(B) 282.07º 0.95% 0.36% -
XYZ 4.23 2.04 10.3 -
YUV 33.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 66 5 92 0.28 0.95 0 0.64 282.07 0.9 0.19
Hex 42 5 5C 1C 5F 0 40 11A 5A 13
Octal 102 5 134 34 137 0 100 432 132 23
Binary 1000010 101 1011100 11100 1011111 0 1000000 100011010 1011010 10011

Color Harmonies of #42055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42055C

Black with #42055C

Text Example


Text Example

White with #42055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,5,92); }

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

background-color css

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

 a { background-color: rgb(66,5,92); }

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

border-color css

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

 span { border-color: rgb(66,5,92); }

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