Html Css Color HEX #3F199A Persian Indigo

📋 copy color: '#3F199A'

red 63 ◦ green 25 ◦ blue 154

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

Shades of Persian Indigo #3F199A

Tints of Persian Indigo #3F199A

RGB

 RED value IS 63 (25% from 255) = 26.03%

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

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

R = 26.03%
G = 10.33%
B = 63.64%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3F199A (or 0x3F199A) is known color: Persian Indigo. HEX triplet: 3F, 19 and 9A. RGB value is (63,25,154). Sum of RGB (Red+Green+Blue) = 63+25+154=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F199A is #C0E665. Grayscale: #323232. Windows color (decimal): -12641894 or 10099007. OLE color: 10099007.

HSL color Cylindrical-coordinate representation of color #3F199A: hue angle of 257.67º 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 #3F199A is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 25 154 -
CMYK 0.59 0.84 0 0.40
HSL 257.67º 0.72% 0.35% -
HSV(B) 257.67º 0.84% 0.6% -
XYZ 8.23 4.09 30.93 -
YUV 51.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 63 25 154 0.59 0.84 0 0.40 257.67 0.72 0.35
Hex 3F 19 9A 3B 54 0 28 102 48 23
Octal 77 31 232 73 124 0 50 402 110 43
Binary 111111 11001 10011010 111011 1010100 0 101000 100000010 1001000 100011

Color Harmonies of #3F199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F199A

Black with #3F199A

Text Example


Text Example

White with #3F199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F199A; }

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

 H1.HeaderClassName
 {
   color: #3F199A;
 }
 .AnyTagClassName
 {
   color: #3F199A;
 }
</style>

background-color css

<style>
 a { background-color: #3F199A; }

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

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

border-color css

<style>
 span { border-color: #3F199A; }

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

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