Html Css Color HEX #43199A Persian Indigo

📋 copy color: '#43199A'

red 67 ◦ green 25 ◦ blue 154

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

Shades of Persian Indigo #43199A

Tints of Persian Indigo #43199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.16%

 BLUE value IS 154 (60.55% from 255) = 62.6%

R = 27.24%
G = 10.16%
B = 62.6%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#43199A (or 0x43199A) is known color: Persian Indigo. HEX triplet: 43, 19 and 9A. RGB value is (67,25,154). Sum of RGB (Red+Green+Blue) = 67+25+154=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #43199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43199A is #BCE665. Grayscale: #333333. Windows color (decimal): -12379750 or 10099011. OLE color: 10099011.

HSL color Cylindrical-coordinate representation of color #43199A: hue angle of 259.53º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43199A is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 67 25 154 -
CMYK 0.56 0.84 0 0.40
HSL 259.53º 0.72% 0.35% -
HSV(B) 259.53º 0.84% 0.6% -
XYZ 8.5 4.22 30.94 -
YUV 52.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 67 25 154 0.56 0.84 0 0.40 259.53 0.72 0.35
Hex 43 19 9A 38 54 0 28 104 48 23
Octal 103 31 232 70 124 0 50 404 110 43
Binary 1000011 11001 10011010 111000 1010100 0 101000 100000100 1001000 100011

Color Harmonies of #43199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43199A

Black with #43199A

Text Example


Text Example

White with #43199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43199A; }

 p { color: rgb(67,25,154); }

 H1.HeaderClassName
 {
   color: #43199A;
 }
 .AnyTagClassName
 {
   color: #43199A;
 }
</style>

background-color css

<style>
 a { background-color: #43199A; }

 a { background-color: rgb(67,25,154); }

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

border-color css

<style>
 span { border-color: #43199A; }

 span { border-color: rgb(67,25,154); }

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