Html Css Color HEX #3F199B Persian Indigo

📋 copy color: '#3F199B'

red 63 ◦ green 25 ◦ blue 155

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

Shades of Persian Indigo #3F199B

Tints of Persian Indigo #3F199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.79%

R = 25.93%
G = 10.29%
B = 63.79%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F199B (or 0x3F199B) is known color: Persian Indigo. HEX triplet: 3F, 19 and 9B. RGB value is (63,25,155). Sum of RGB (Red+Green+Blue) = 63+25+155=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F199B is #C0E664. Grayscale: #323232. Windows color (decimal): -12641893 or 10164543. OLE color: 10164543.

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

Color convert

RGB 63 25 155 -
CMYK 0.59 0.84 0 0.39
HSL 257.54º 0.72% 0.35% -
HSV(B) 257.54º 0.84% 0.61% -
XYZ 8.31 4.12 31.37 -
YUV 51.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 63 25 155 0.59 0.84 0 0.39 257.54 0.72 0.35
Hex 3F 19 9B 3B 54 0 27 102 48 23
Octal 77 31 233 73 124 0 47 402 110 43
Binary 111111 11001 10011011 111011 1010100 0 100111 100000010 1001000 100011

Color Harmonies of #3F199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F199B

Black with #3F199B

Text Example


Text Example

White with #3F199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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