Html Css Color HEX #43065D Indigo

📋 copy color: '#43065D'

red 67 ◦ green 6 ◦ blue 93

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

Shades of Indigo #43065D

Tints of Indigo #43065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.61%

 BLUE value IS 93 (36.72% from 255) = 56.02%

R = 40.36%
G = 3.61%
B = 56.02%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43065D (or 0x43065D) is known color: Indigo. HEX triplet: 43, 06 and 5D. RGB value is (67,6,93). Sum of RGB (Red+Green+Blue) = 67+6+93=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #43065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43065D is #BCF9A2. Grayscale: #212121. Windows color (decimal): -12384675 or 6096451. OLE color: 6096451.

HSL color Cylindrical-coordinate representation of color #43065D: hue angle of 282.07º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43065D is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 6 93 -
CMYK 0.28 0.94 0 0.64
HSL 282.07º 0.88% 0.19% -
HSV(B) 282.07º 0.94% 0.36% -
XYZ 4.36 2.11 10.53 -
YUV 34.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 67 6 93 0.28 0.94 0 0.64 282.07 0.88 0.19
Hex 43 6 5D 1C 5E 0 40 11A 58 13
Octal 103 6 135 34 136 0 100 432 130 23
Binary 1000011 110 1011101 11100 1011110 0 1000000 100011010 1011000 10011

Color Harmonies of #43065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43065D

Black with #43065D

Text Example


Text Example

White with #43065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43065D; }

 p { color: rgb(67,6,93); }

 H1.HeaderClassName
 {
   color: #43065D;
 }
 .AnyTagClassName
 {
   color: #43065D;
 }
</style>

background-color css

<style>
 a { background-color: #43065D; }

 a { background-color: rgb(67,6,93); }

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

border-color css

<style>
 span { border-color: #43065D; }

 span { border-color: rgb(67,6,93); }

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