Html Css Color HEX #43128B Persian Indigo

📋 copy color: '#43128B'

red 67 ◦ green 18 ◦ blue 139

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

Shades of Persian Indigo #43128B

Tints of Persian Indigo #43128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.05%

R = 29.91%
G = 8.04%
B = 62.05%

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

#43128B (or 0x43128B) is known color: Persian Indigo. HEX triplet: 43, 12 and 8B. RGB value is (67,18,139). Sum of RGB (Red+Green+Blue) = 67+18+139=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #43128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43128B is #BCED74. Grayscale: #2E2E2E. Windows color (decimal): -12381557 or 9114179. OLE color: 9114179.

HSL color Cylindrical-coordinate representation of color #43128B: hue angle of 264.3º 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 #43128B is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 18 139 -
CMYK 0.52 0.87 0 0.45
HSL 264.3º 0.77% 0.31% -
HSV(B) 264.3º 0.87% 0.55% -
XYZ 7.19 3.49 24.72 -
YUV 46.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 67 18 139 0.52 0.87 0 0.45 264.3 0.77 0.31
Hex 43 12 8B 34 57 0 2D 108 4D 1F
Octal 103 22 213 64 127 0 55 410 115 37
Binary 1000011 10010 10001011 110100 1010111 0 101101 100001000 1001101 11111

Color Harmonies of #43128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43128B

Black with #43128B

Text Example


Text Example

White with #43128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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