Html Css Color HEX #43005D Indigo

📋 copy color: '#43005D'

red 67 ◦ green 0 ◦ blue 93

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

Shades of Indigo #43005D

Tints of Indigo #43005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.88%
G = 0%
B = 58.13%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43005D (or 0x43005D) is known color: Indigo. HEX triplet: 43, 00 and 5D. RGB value is (67,0,93). Sum of RGB (Red+Green+Blue) = 67+0+93=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #43005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43005D is #BCFFA2. Grayscale: #1E1E1E. Windows color (decimal): -12386211 or 6094915. OLE color: 6094915.

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

Color convert

RGB 67 0 93 -
CMYK 0.28 1 0 0.64
HSL 283.23º 1% 0.18% -
HSV(B) 283.23º 1% 0.36% -
XYZ 4.29 1.98 10.51 -
YUV 30.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 67 0 93 0.28 1 0 0.64 283.23 1 0.18
Hex 43 0 5D 1C 64 0 40 11B 64 12
Octal 103 0 135 34 144 0 100 433 144 22
Binary 1000011 0 1011101 11100 1100100 0 1000000 100011011 1100100 10010

Color Harmonies of #43005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43005D

Black with #43005D

Text Example


Text Example

White with #43005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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