Html Css Color HEX #43077F Indigo

📋 copy color: '#43077F'

red 67 ◦ green 7 ◦ blue 127

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

Shades of Indigo #43077F

Tints of Indigo #43077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.48%

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

R = 33.33%
G = 3.48%
B = 63.18%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43077F (or 0x43077F) is known color: Indigo. HEX triplet: 43, 07 and 7F. RGB value is (67,7,127). Sum of RGB (Red+Green+Blue) = 67+7+127=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #43077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43077F is #BCF880. Grayscale: #262626. Windows color (decimal): -12384385 or 8324931. OLE color: 8324931.

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

Color convert

RGB 67 7 127 -
CMYK 0.47 0.94 0 0.50
HSL 270º 0.9% 0.26% -
HSV(B) 270º 0.94% 0.5% -
XYZ 6.22 2.88 20.31 -
YUV 38.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 67 7 127 0.47 0.94 0 0.50 270 0.9 0.26
Hex 43 7 7F 2F 5E 0 32 10E 5A 1A
Octal 103 7 177 57 136 0 62 416 132 32
Binary 1000011 111 1111111 101111 1011110 0 110010 100001110 1011010 11010

Color Harmonies of #43077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43077F

Black with #43077F

Text Example


Text Example

White with #43077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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