Html Css Color HEX #43047C Indigo

📋 copy color: '#43047C'

red 67 ◦ green 4 ◦ blue 124

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

Shades of Indigo #43047C

Tints of Indigo #43047C

RGB

 RED value IS 67 (26.56% from 255) = 34.36%

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 124 (48.83% from 255) = 63.59%

R = 34.36%
G = 2.05%
B = 63.59%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43047C (or 0x43047C) is known color: Indigo. HEX triplet: 43, 04 and 7C. RGB value is (67,4,124). Sum of RGB (Red+Green+Blue) = 67+4+124=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #43047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43047C is #BCFB83. Grayscale: #242424. Windows color (decimal): -12385156 or 8127555. OLE color: 8127555.

HSL color Cylindrical-coordinate representation of color #43047C: hue angle of 271.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43047C is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 4 124 -
CMYK 0.46 0.97 0 0.51
HSL 271.5º 0.94% 0.25% -
HSV(B) 271.5º 0.97% 0.49% -
XYZ 6 2.74 19.28 -
YUV 36.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 67 4 124 0.46 0.97 0 0.51 271.5 0.94 0.25
Hex 43 4 7C 2E 61 0 33 110 5E 19
Octal 103 4 174 56 141 0 63 420 136 31
Binary 1000011 100 1111100 101110 1100001 0 110011 100010000 1011110 11001

Color Harmonies of #43047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43047C

Black with #43047C

Text Example


Text Example

White with #43047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,4,124); }

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

background-color css

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

 a { background-color: rgb(67,4,124); }

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

border-color css

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

 span { border-color: rgb(67,4,124); }

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