Html Css Color HEX #43017F Indigo

📋 copy color: '#43017F'

red 67 ◦ green 1 ◦ blue 127

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

Shades of Indigo #43017F

Tints of Indigo #43017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 65.13%

R = 34.36%
G = 0.51%
B = 65.13%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43017F (or 0x43017F) is known color: Indigo. HEX triplet: 43, 01 and 7F. RGB value is (67,1,127). Sum of RGB (Red+Green+Blue) = 67+1+127=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #43017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43017F is #BCFE80. Grayscale: #222222. Windows color (decimal): -12385921 or 8323395. OLE color: 8323395.

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

Color convert

RGB 67 1 127 -
CMYK 0.47 0.99 0 0.50
HSL 271.43º 0.98% 0.25% -
HSV(B) 271.43º 0.99% 0.5% -
XYZ 6.16 2.75 20.28 -
YUV 35.1 179.87 150.75 -
System Red Green Blue C M Y K H S L
Decimal 67 1 127 0.47 0.99 0 0.50 271.43 0.98 0.25
Hex 43 1 7F 2F 63 0 32 10F 62 19
Octal 103 1 177 57 143 0 62 417 142 31
Binary 1000011 1 1111111 101111 1100011 0 110010 100001111 1100010 11001

Color Harmonies of #43017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43017F

Black with #43017F

Text Example


Text Example

White with #43017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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