Html Css Color HEX #43059C Indigo

📋 copy color: '#43059C'

red 67 ◦ green 5 ◦ blue 156

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

Shades of Indigo #43059C

Tints of Indigo #43059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 68.42%

R = 29.39%
G = 2.19%
B = 68.42%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43059C (or 0x43059C) is known color: Indigo. HEX triplet: 43, 05 and 9C. RGB value is (67,5,156). Sum of RGB (Red+Green+Blue) = 67+5+156=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #43059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43059C is #BCFA63. Grayscale: #282828. Windows color (decimal): -12384868 or 10224963. OLE color: 10224963.

HSL color Cylindrical-coordinate representation of color #43059C: hue angle of 264.64º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43059C is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 5 156 -
CMYK 0.57 0.97 0 0.39
HSL 264.64º 0.94% 0.32% -
HSV(B) 264.64º 0.97% 0.61% -
XYZ 8.37 3.7 31.73 -
YUV 40.75 193.04 146.72 -
System Red Green Blue C M Y K H S L
Decimal 67 5 156 0.57 0.97 0 0.39 264.64 0.94 0.32
Hex 43 5 9C 39 61 0 27 109 5E 20
Octal 103 5 234 71 141 0 47 411 136 40
Binary 1000011 101 10011100 111001 1100001 0 100111 100001001 1011110 100000

Color Harmonies of #43059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43059C

Black with #43059C

Text Example


Text Example

White with #43059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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