Html Css Color HEX #43049E Indigo

📋 copy color: '#43049E'

red 67 ◦ green 4 ◦ blue 158

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

Shades of Indigo #43049E

Tints of Indigo #43049E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 69%

R = 29.26%
G = 1.75%
B = 69%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43049E (or 0x43049E) is known color: Indigo. HEX triplet: 43, 04 and 9E. RGB value is (67,4,158). Sum of RGB (Red+Green+Blue) = 67+4+158=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #43049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43049E is #BCFB61. Grayscale: #272727. Windows color (decimal): -12385122 or 10355779. OLE color: 10355779.

HSL color Cylindrical-coordinate representation of color #43049E: hue angle of 264.55º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43049E is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 4 158 -
CMYK 0.58 0.97 0 0.38
HSL 264.55º 0.95% 0.32% -
HSV(B) 264.55º 0.97% 0.62% -
XYZ 8.53 3.75 32.62 -
YUV 40.39 194.37 146.98 -
System Red Green Blue C M Y K H S L
Decimal 67 4 158 0.58 0.97 0 0.38 264.55 0.95 0.32
Hex 43 4 9E 3A 61 0 26 109 5F 20
Octal 103 4 236 72 141 0 46 411 137 40
Binary 1000011 100 10011110 111010 1100001 0 100110 100001001 1011111 100000

Color Harmonies of #43049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43049E

Black with #43049E

Text Example


Text Example

White with #43049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43049E; }

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

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

background-color css

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

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

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

border-color css

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

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

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