Html Css Color HEX #43017D Indigo

📋 copy color: '#43017D'

red 67 ◦ green 1 ◦ blue 125

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

Shades of Indigo #43017D

Tints of Indigo #43017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 125 (49.22% from 255) = 64.77%

R = 34.72%
G = 0.52%
B = 64.77%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43017D (or 0x43017D) is known color: Indigo. HEX triplet: 43, 01 and 7D. RGB value is (67,1,125). Sum of RGB (Red+Green+Blue) = 67+1+125=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #43017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43017D is #BCFE82. Grayscale: #222222. Windows color (decimal): -12385923 or 8192323. OLE color: 8192323.

HSL color Cylindrical-coordinate representation of color #43017D: hue angle of 271.94º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43017D is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 1 125 -
CMYK 0.46 0.99 0 0.51
HSL 271.94º 0.98% 0.25% -
HSV(B) 271.94º 0.99% 0.49% -
XYZ 6.03 2.7 19.6 -
YUV 34.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 67 1 125 0.46 0.99 0 0.51 271.94 0.98 0.25
Hex 43 1 7D 2E 63 0 33 110 62 19
Octal 103 1 175 56 143 0 63 420 142 31
Binary 1000011 1 1111101 101110 1100011 0 110011 100010000 1100010 11001

Color Harmonies of #43017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43017D

Black with #43017D

Text Example


Text Example

White with #43017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,1,125); }

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

background-color css

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

 a { background-color: rgb(67,1,125); }

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

border-color css

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

 span { border-color: rgb(67,1,125); }

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