#43199B

Color #43199B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #43199B

Tints of Persian Indigo #43199B

Color information

#43199B (or 0x43199B) is unknown color: approx Persian Indigo. HEX triplet: 43, 19 and 9B. RGB value is (67,25,155). Sum of RGB (Red+Green+Blue) = 67+25+155=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #43199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43199B is #BCE664. Grayscale: #333333. Windows color (decimal): -12379749 or 10164547. OLE color: 10164547.

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

Color convert

RGB6725155-
CMYK0.570.8400.39
HSL259.38º72.22%35.29%-
HSV(B)259.38º83.87%60.78%-
XYZ8.584.2631.38-
YUV52.38185.91138.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.13%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 155 (60.94% from 255) = 62.75%
R=27.13%
G=10.12%
B=62.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67251550.570.8400.39259.3872.2235.29
Hex43199B39540271034823
Octal103312337112404740311043
Binary10000111100110011011111001101010001001111000000111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #43199B;
 }
 .AnyTagClassName
 {
   color: #43199B;
 }
</style>
background-color css

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

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

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

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

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

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