Html Css Color HEX #43059F Indigo

📋 copy color: '#43059F'

red 67 ◦ green 5 ◦ blue 159

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

Shades of Indigo #43059F

Tints of Indigo #43059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 68.83%

R = 29%
G = 2.16%
B = 68.83%

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

#43059F (or 0x43059F) is known color: Indigo. HEX triplet: 43, 05 and 9F. RGB value is (67,5,159). Sum of RGB (Red+Green+Blue) = 67+5+159=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #43059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43059F is #BCFA60. Grayscale: #282828. Windows color (decimal): -12384865 or 10421571. OLE color: 10421571.

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

Color convert

RGB 67 5 159 -
CMYK 0.58 0.97 0 0.38
HSL 264.16º 0.94% 0.32% -
HSV(B) 264.16º 0.97% 0.62% -
XYZ 8.63 3.81 33.08 -
YUV 41.09 194.54 146.48 -
System Red Green Blue C M Y K H S L
Decimal 67 5 159 0.58 0.97 0 0.38 264.16 0.94 0.32
Hex 43 5 9F 3A 61 0 26 108 5E 20
Octal 103 5 237 72 141 0 46 410 136 40
Binary 1000011 101 10011111 111010 1100001 0 100110 100001000 1011110 100000

Color Harmonies of #43059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43059F

Black with #43059F

Text Example


Text Example

White with #43059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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