Html Css Color HEX #43169D Persian Indigo

📋 copy color: '#43169D'

red 67 ◦ green 22 ◦ blue 157

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

Shades of Persian Indigo #43169D

Tints of Persian Indigo #43169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

 BLUE value IS 157 (61.72% from 255) = 63.82%

R = 27.24%
G = 8.94%
B = 63.82%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43169D (or 0x43169D) is known color: Persian Indigo. HEX triplet: 43, 16 and 9D. RGB value is (67,22,157). Sum of RGB (Red+Green+Blue) = 67+22+157=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #43169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43169D is #BCE962. Grayscale: #323232. Windows color (decimal): -12380515 or 10294851. OLE color: 10294851.

HSL color Cylindrical-coordinate representation of color #43169D: hue angle of 260º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43169D is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 22 157 -
CMYK 0.57 0.86 0 0.38
HSL 260º 0.75% 0.35% -
HSV(B) 260º 0.86% 0.62% -
XYZ 8.69 4.2 32.25 -
YUV 50.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 67 22 157 0.57 0.86 0 0.38 260 0.75 0.35
Hex 43 16 9D 39 56 0 26 104 4B 23
Octal 103 26 235 71 126 0 46 404 113 43
Binary 1000011 10110 10011101 111001 1010110 0 100110 100000100 1001011 100011

Color Harmonies of #43169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43169D

Black with #43169D

Text Example


Text Example

White with #43169D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,22,157); }

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

background-color css

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

 a { background-color: rgb(67,22,157); }

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

border-color css

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

 span { border-color: rgb(67,22,157); }

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