Html Css Color HEX #43059E Indigo

📋 copy color: '#43059E'

red 67 ◦ green 5 ◦ blue 158

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

Shades of Indigo #43059E

Tints of Indigo #43059E

RGB

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

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

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

R = 29.13%
G = 2.17%
B = 68.7%

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

#43059E (or 0x43059E) is known color: Indigo. HEX triplet: 43, 05 and 9E. RGB value is (67,5,158). Sum of RGB (Red+Green+Blue) = 67+5+158=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #43059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43059E is #BCFA61. Grayscale: #282828. Windows color (decimal): -12384866 or 10356035. OLE color: 10356035.

HSL color Cylindrical-coordinate representation of color #43059E: hue angle of 264.31º degrees, saturation: 0.94, 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 #43059E is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 5 158 -
CMYK 0.58 0.97 0 0.38
HSL 264.31º 0.94% 0.32% -
HSV(B) 264.31º 0.97% 0.62% -
XYZ 8.54 3.77 32.63 -
YUV 40.98 194.04 146.56 -
System Red Green Blue C M Y K H S L
Decimal 67 5 158 0.58 0.97 0 0.38 264.31 0.94 0.32
Hex 43 5 9E 3A 61 0 26 108 5E 20
Octal 103 5 236 72 141 0 46 410 136 40
Binary 1000011 101 10011110 111010 1100001 0 100110 100001000 1011110 100000

Color Harmonies of #43059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43059E

Black with #43059E

Text Example


Text Example

White with #43059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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