Html Css Color HEX #43149F Persian Indigo

📋 copy color: '#43149F'

red 67 ◦ green 20 ◦ blue 159

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

Shades of Persian Indigo #43149F

Tints of Persian Indigo #43149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 27.24%
G = 8.13%
B = 64.63%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43149F (or 0x43149F) is known color: Persian Indigo. HEX triplet: 43, 14 and 9F. RGB value is (67,20,159). Sum of RGB (Red+Green+Blue) = 67+20+159=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #43149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43149F is #BCEB60. Grayscale: #313131. Windows color (decimal): -12381025 or 10425411. OLE color: 10425411.

HSL color Cylindrical-coordinate representation of color #43149F: hue angle of 260.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #43149F is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 20 159 -
CMYK 0.58 0.87 0 0.38
HSL 260.29º 0.78% 0.35% -
HSV(B) 260.29º 0.87% 0.62% -
XYZ 8.82 4.2 33.15 -
YUV 49.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 67 20 159 0.58 0.87 0 0.38 260.29 0.78 0.35
Hex 43 14 9F 3A 57 0 26 104 4E 23
Octal 103 24 237 72 127 0 46 404 116 43
Binary 1000011 10100 10011111 111010 1010111 0 100110 100000100 1001110 100011

Color Harmonies of #43149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43149F

Black with #43149F

Text Example


Text Example

White with #43149F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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