Html Css Color HEX #43157D Persian Indigo

📋 copy color: '#43157D'

red 67 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #43157D

Tints of Persian Indigo #43157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.69%

R = 31.46%
G = 9.86%
B = 58.69%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43157D (or 0x43157D) is known color: Persian Indigo. HEX triplet: 43, 15 and 7D. RGB value is (67,21,125). Sum of RGB (Red+Green+Blue) = 67+21+125=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #43157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43157D is #BCEA82. Grayscale: #2E2E2E. Windows color (decimal): -12380803 or 8197443. OLE color: 8197443.

HSL color Cylindrical-coordinate representation of color #43157D: hue angle of 266.54º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #43157D is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 21 125 -
CMYK 0.46 0.83 0 0.51
HSL 266.54º 0.71% 0.29% -
HSV(B) 266.54º 0.83% 0.49% -
XYZ 6.28 3.21 19.69 -
YUV 46.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 67 21 125 0.46 0.83 0 0.51 266.54 0.71 0.29
Hex 43 15 7D 2E 53 0 33 10B 47 1D
Octal 103 25 175 56 123 0 63 413 107 35
Binary 1000011 10101 1111101 101110 1010011 0 110011 100001011 1000111 11101

Color Harmonies of #43157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43157D

Black with #43157D

Text Example


Text Example

White with #43157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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