Html Css Color HEX #43047B Indigo

📋 copy color: '#43047B'

red 67 ◦ green 4 ◦ blue 123

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

Shades of Indigo #43047B

Tints of Indigo #43047B

RGB

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

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

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

R = 34.54%
G = 2.06%
B = 63.4%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#43047B (or 0x43047B) is known color: Indigo. HEX triplet: 43, 04 and 7B. RGB value is (67,4,123). Sum of RGB (Red+Green+Blue) = 67+4+123=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #43047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43047B is #BCFB84. Grayscale: #232323. Windows color (decimal): -12385157 or 8062019. OLE color: 8062019.

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

Color convert

RGB 67 4 123 -
CMYK 0.46 0.97 0 0.52
HSL 271.76º 0.94% 0.25% -
HSV(B) 271.76º 0.97% 0.48% -
XYZ 5.93 2.71 18.95 -
YUV 36.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 67 4 123 0.46 0.97 0 0.52 271.76 0.94 0.25
Hex 43 4 7B 2E 61 0 34 110 5E 19
Octal 103 4 173 56 141 0 64 420 136 31
Binary 1000011 100 1111011 101110 1100001 0 110100 100010000 1011110 11001

Color Harmonies of #43047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43047B

Black with #43047B

Text Example


Text Example

White with #43047B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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