Html Css Color HEX #43128D Persian Indigo

📋 copy color: '#43128D'

red 67 ◦ green 18 ◦ blue 141

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

Shades of Persian Indigo #43128D

Tints of Persian Indigo #43128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.96%

 BLUE value IS 141 (55.47% from 255) = 62.39%

R = 29.65%
G = 7.96%
B = 62.39%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43128D (or 0x43128D) is known color: Persian Indigo. HEX triplet: 43, 12 and 8D. RGB value is (67,18,141). Sum of RGB (Red+Green+Blue) = 67+18+141=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #43128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43128D is #BCED72. Grayscale: #2E2E2E. Windows color (decimal): -12381555 or 9245251. OLE color: 9245251.

HSL color Cylindrical-coordinate representation of color #43128D: hue angle of 263.9º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #43128D is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 18 141 -
CMYK 0.52 0.87 0 0.45
HSL 263.9º 0.77% 0.31% -
HSV(B) 263.9º 0.87% 0.55% -
XYZ 7.34 3.55 25.5 -
YUV 46.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 67 18 141 0.52 0.87 0 0.45 263.9 0.77 0.31
Hex 43 12 8D 34 57 0 2D 108 4D 1F
Octal 103 22 215 64 127 0 55 410 115 37
Binary 1000011 10010 10001101 110100 1010111 0 101101 100001000 1001101 11111

Color Harmonies of #43128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43128D

Black with #43128D

Text Example


Text Example

White with #43128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,18,141); }

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

background-color css

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

 a { background-color: rgb(67,18,141); }

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

border-color css

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

 span { border-color: rgb(67,18,141); }

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