Html Css Color HEX #43096C Indigo

📋 copy color: '#43096C'

red 67 ◦ green 9 ◦ blue 108

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

Shades of Indigo #43096C

Tints of Indigo #43096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.89%

 BLUE value IS 108 (42.58% from 255) = 58.7%

R = 36.41%
G = 4.89%
B = 58.7%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#43096C (or 0x43096C) is known color: Indigo. HEX triplet: 43, 09 and 6C. RGB value is (67,9,108). Sum of RGB (Red+Green+Blue) = 67+9+108=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #43096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43096C is #BCF693. Grayscale: #252525. Windows color (decimal): -12383892 or 7080259. OLE color: 7080259.

HSL color Cylindrical-coordinate representation of color #43096C: hue angle of 275.15º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #43096C is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 67 9 108 -
CMYK 0.38 0.92 0 0.58
HSL 275.15º 0.85% 0.23% -
HSV(B) 275.15º 0.92% 0.42% -
XYZ 5.12 2.47 14.39 -
YUV 37.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 67 9 108 0.38 0.92 0 0.58 275.15 0.85 0.23
Hex 43 9 6C 26 5C 0 3A 113 55 17
Octal 103 11 154 46 134 0 72 423 125 27
Binary 1000011 1001 1101100 100110 1011100 0 111010 100010011 1010101 10111

Color Harmonies of #43096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43096C

Black with #43096C

Text Example


Text Example

White with #43096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,9,108); }

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

background-color css

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

 a { background-color: rgb(67,9,108); }

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

border-color css

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

 span { border-color: rgb(67,9,108); }

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