Html Css Color HEX #43187D Persian Indigo

📋 copy color: '#43187D'

red 67 ◦ green 24 ◦ blue 125

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

Shades of Persian Indigo #43187D

Tints of Persian Indigo #43187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.11%

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

R = 31.02%
G = 11.11%
B = 57.87%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43187D (or 0x43187D) is known color: Persian Indigo. HEX triplet: 43, 18 and 7D. RGB value is (67,24,125). Sum of RGB (Red+Green+Blue) = 67+24+125=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #43187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43187D is #BCE782. Grayscale: #303030. Windows color (decimal): -12380035 or 8198211. OLE color: 8198211.

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

Color convert

RGB 67 24 125 -
CMYK 0.46 0.81 0 0.51
HSL 265.54º 0.68% 0.29% -
HSV(B) 265.54º 0.81% 0.49% -
XYZ 6.34 3.33 19.71 -
YUV 48.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 67 24 125 0.46 0.81 0 0.51 265.54 0.68 0.29
Hex 43 18 7D 2E 51 0 33 10A 44 1D
Octal 103 30 175 56 121 0 63 412 104 35
Binary 1000011 11000 1111101 101110 1010001 0 110011 100001010 1000100 11101

Color Harmonies of #43187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43187D

Black with #43187D

Text Example


Text Example

White with #43187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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