Html Css Color HEX #43149D Persian Indigo

📋 copy color: '#43149D'

red 67 ◦ green 20 ◦ blue 157

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

Shades of Persian Indigo #43149D

Tints of Persian Indigo #43149D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.34%

R = 27.46%
G = 8.2%
B = 64.34%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43149D (or 0x43149D) is known color: Persian Indigo. HEX triplet: 43, 14 and 9D. RGB value is (67,20,157). Sum of RGB (Red+Green+Blue) = 67+20+157=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #43149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43149D is #BCEB62. Grayscale: #313131. Windows color (decimal): -12381027 or 10294339. OLE color: 10294339.

HSL color Cylindrical-coordinate representation of color #43149D: hue angle of 260.58º degrees, saturation: 0.77, 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 #43149D is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 20 157 -
CMYK 0.57 0.87 0 0.38
HSL 260.58º 0.77% 0.35% -
HSV(B) 260.58º 0.87% 0.62% -
XYZ 8.65 4.13 32.24 -
YUV 49.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 67 20 157 0.57 0.87 0 0.38 260.58 0.77 0.35
Hex 43 14 9D 39 57 0 26 105 4D 23
Octal 103 24 235 71 127 0 46 405 115 43
Binary 1000011 10100 10011101 111001 1010111 0 100110 100000101 1001101 100011

Color Harmonies of #43149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43149D

Black with #43149D

Text Example


Text Example

White with #43149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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