Html Css Color HEX #43057F Indigo

📋 copy color: '#43057F'

red 67 ◦ green 5 ◦ blue 127

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

Shades of Indigo #43057F

Tints of Indigo #43057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.51%

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

R = 33.67%
G = 2.51%
B = 63.82%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43057F (or 0x43057F) is known color: Indigo. HEX triplet: 43, 05 and 7F. RGB value is (67,5,127). Sum of RGB (Red+Green+Blue) = 67+5+127=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #43057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43057F is #BCFA80. Grayscale: #252525. Windows color (decimal): -12384897 or 8324419. OLE color: 8324419.

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

Color convert

RGB 67 5 127 -
CMYK 0.47 0.96 0 0.50
HSL 270.49º 0.92% 0.26% -
HSV(B) 270.49º 0.96% 0.5% -
XYZ 6.2 2.83 20.3 -
YUV 37.45 178.54 149.08 -
System Red Green Blue C M Y K H S L
Decimal 67 5 127 0.47 0.96 0 0.50 270.49 0.92 0.26
Hex 43 5 7F 2F 60 0 32 10E 5C 1A
Octal 103 5 177 57 140 0 62 416 134 32
Binary 1000011 101 1111111 101111 1100000 0 110010 100001110 1011100 11010

Color Harmonies of #43057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43057F

Black with #43057F

Text Example


Text Example

White with #43057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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