Html Css Color HEX #43147F Persian Indigo

📋 copy color: '#43147F'

red 67 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #43147F

Tints of Persian Indigo #43147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

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

R = 31.31%
G = 9.35%
B = 59.35%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43147F (or 0x43147F) is known color: Persian Indigo. HEX triplet: 43, 14 and 7F. RGB value is (67,20,127). Sum of RGB (Red+Green+Blue) = 67+20+127=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #43147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43147F is #BCEB80. Grayscale: #2D2D2D. Windows color (decimal): -12381057 or 8328259. OLE color: 8328259.

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

Color convert

RGB 67 20 127 -
CMYK 0.47 0.84 0 0.50
HSL 266.36º 0.73% 0.29% -
HSV(B) 266.36º 0.84% 0.5% -
XYZ 6.4 3.23 20.36 -
YUV 46.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 67 20 127 0.47 0.84 0 0.50 266.36 0.73 0.29
Hex 43 14 7F 2F 54 0 32 10A 49 1D
Octal 103 24 177 57 124 0 62 412 111 35
Binary 1000011 10100 1111111 101111 1010100 0 110010 100001010 1001001 11101

Color Harmonies of #43147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43147F

Black with #43147F

Text Example


Text Example

White with #43147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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