Html Css Color HEX #43157C Persian Indigo

📋 copy color: '#43157C'

red 67 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #43157C

Tints of Persian Indigo #43157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 31.6%
G = 9.91%
B = 58.49%

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

#43157C (or 0x43157C) is known color: Persian Indigo. HEX triplet: 43, 15 and 7C. RGB value is (67,21,124). Sum of RGB (Red+Green+Blue) = 67+21+124=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #43157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43157C is #BCEA83. Grayscale: #2E2E2E. Windows color (decimal): -12380804 or 8131907. OLE color: 8131907.

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

Color convert

RGB 67 21 124 -
CMYK 0.46 0.83 0 0.51
HSL 266.8º 0.71% 0.28% -
HSV(B) 266.8º 0.83% 0.49% -
XYZ 6.22 3.18 19.36 -
YUV 46.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 67 21 124 0.46 0.83 0 0.51 266.8 0.71 0.28
Hex 43 15 7C 2E 53 0 33 10B 47 1C
Octal 103 25 174 56 123 0 63 413 107 34
Binary 1000011 10101 1111100 101110 1010011 0 110011 100001011 1000111 11100

Color Harmonies of #43157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43157C

Black with #43157C

Text Example


Text Example

White with #43157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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