Html Css Color HEX #43027F Indigo

📋 copy color: '#43027F'

red 67 ◦ green 2 ◦ blue 127

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

Shades of Indigo #43027F

Tints of Indigo #43027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 34.18%
G = 1.02%
B = 64.8%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43027F (or 0x43027F) is known color: Indigo. HEX triplet: 43, 02 and 7F. RGB value is (67,2,127). Sum of RGB (Red+Green+Blue) = 67+2+127=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #43027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43027F is #BCFD80. Grayscale: #232323. Windows color (decimal): -12385665 or 8323651. OLE color: 8323651.

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

Color convert

RGB 67 2 127 -
CMYK 0.47 0.98 0 0.50
HSL 271.2º 0.97% 0.25% -
HSV(B) 271.2º 0.98% 0.5% -
XYZ 6.17 2.77 20.29 -
YUV 35.69 179.53 150.34 -
System Red Green Blue C M Y K H S L
Decimal 67 2 127 0.47 0.98 0 0.50 271.2 0.97 0.25
Hex 43 2 7F 2F 62 0 32 10F 61 19
Octal 103 2 177 57 142 0 62 417 141 31
Binary 1000011 10 1111111 101111 1100010 0 110010 100001111 1100001 11001

Color Harmonies of #43027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43027F

Black with #43027F

Text Example


Text Example

White with #43027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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