Html Css Color HEX #43198B Persian Indigo

📋 copy color: '#43198B'

red 67 ◦ green 25 ◦ blue 139

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

Shades of Persian Indigo #43198B

Tints of Persian Indigo #43198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 60.17%

R = 29%
G = 10.82%
B = 60.17%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43198B (or 0x43198B) is known color: Persian Indigo. HEX triplet: 43, 19 and 8B. RGB value is (67,25,139). Sum of RGB (Red+Green+Blue) = 67+25+139=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #43198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43198B is #BCE674. Grayscale: #323232. Windows color (decimal): -12379765 or 9115971. OLE color: 9115971.

HSL color Cylindrical-coordinate representation of color #43198B: hue angle of 262.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43198B is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 25 139 -
CMYK 0.52 0.82 0 0.45
HSL 262.11º 0.7% 0.32% -
HSV(B) 262.11º 0.82% 0.55% -
XYZ 7.32 3.75 24.76 -
YUV 50.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 67 25 139 0.52 0.82 0 0.45 262.11 0.7 0.32
Hex 43 19 8B 34 52 0 2D 106 46 20
Octal 103 31 213 64 122 0 55 406 106 40
Binary 1000011 11001 10001011 110100 1010010 0 101101 100000110 1000110 100000

Color Harmonies of #43198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43198B

Black with #43198B

Text Example


Text Example

White with #43198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #43198B;
 }
 .AnyTagClassName
 {
   color: #43198B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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