Html Css Color HEX #43158B Persian Indigo

📋 copy color: '#43158B'

red 67 ◦ green 21 ◦ blue 139

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

Shades of Persian Indigo #43158B

Tints of Persian Indigo #43158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 29.52%
G = 9.25%
B = 61.23%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43158B (or 0x43158B) is known color: Persian Indigo. HEX triplet: 43, 15 and 8B. RGB value is (67,21,139). Sum of RGB (Red+Green+Blue) = 67+21+139=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #43158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43158B is #BCEA74. Grayscale: #2F2F2F. Windows color (decimal): -12380789 or 9114947. OLE color: 9114947.

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

Color convert

RGB 67 21 139 -
CMYK 0.52 0.85 0 0.45
HSL 263.39º 0.74% 0.31% -
HSV(B) 263.39º 0.85% 0.55% -
XYZ 7.24 3.59 24.74 -
YUV 48.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 67 21 139 0.52 0.85 0 0.45 263.39 0.74 0.31
Hex 43 15 8B 34 55 0 2D 107 4A 1F
Octal 103 25 213 64 125 0 55 407 112 37
Binary 1000011 10101 10001011 110100 1010101 0 101101 100000111 1001010 11111

Color Harmonies of #43158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43158B

Black with #43158B

Text Example


Text Example

White with #43158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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