Html Css Color HEX #3F198B Persian Indigo

📋 copy color: '#3F198B'

red 63 ◦ green 25 ◦ blue 139

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

Shades of Persian Indigo #3F198B

Tints of Persian Indigo #3F198B

RGB

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

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

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

R = 27.75%
G = 11.01%
B = 61.23%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F198B (or 0x3F198B) is known color: Persian Indigo. HEX triplet: 3F, 19 and 8B. RGB value is (63,25,139). Sum of RGB (Red+Green+Blue) = 63+25+139=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F198B is #C0E674. Grayscale: #303030. Windows color (decimal): -12641909 or 9115967. OLE color: 9115967.

HSL color Cylindrical-coordinate representation of color #3F198B: hue angle of 260º 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 #3F198B is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 25 139 -
CMYK 0.55 0.82 0 0.45
HSL 260º 0.7% 0.32% -
HSV(B) 260º 0.82% 0.55% -
XYZ 7.06 3.62 24.75 -
YUV 49.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 63 25 139 0.55 0.82 0 0.45 260 0.7 0.32
Hex 3F 19 8B 37 52 0 2D 104 46 20
Octal 77 31 213 67 122 0 55 404 106 40
Binary 111111 11001 10001011 110111 1010010 0 101101 100000100 1000110 100000

Color Harmonies of #3F198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F198B

Black with #3F198B

Text Example


Text Example

White with #3F198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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