Html Css Color HEX #3F197D Persian Indigo

📋 copy color: '#3F197D'

red 63 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #3F197D

Tints of Persian Indigo #3F197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.69%

R = 29.58%
G = 11.74%
B = 58.69%

CMYK

 C value IS 0.50

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F197D (or 0x3F197D) is known color: Persian Indigo. HEX triplet: 3F, 19 and 7D. RGB value is (63,25,125). Sum of RGB (Red+Green+Blue) = 63+25+125=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F197D is #C0E682. Grayscale: #2F2F2F. Windows color (decimal): -12641923 or 8198463. OLE color: 8198463.

HSL color Cylindrical-coordinate representation of color #3F197D: hue angle of 262.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F197D is Cyan = 0.50, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 25 125 -
CMYK 0.50 0.8 0 0.51
HSL 262.8º 0.67% 0.29% -
HSV(B) 262.8º 0.8% 0.49% -
XYZ 6.1 3.23 19.7 -
YUV 47.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 63 25 125 0.50 0.8 0 0.51 262.8 0.67 0.29
Hex 3F 19 7D 32 50 0 33 107 43 1D
Octal 77 31 175 62 120 0 63 407 103 35
Binary 111111 11001 1111101 110010 1010000 0 110011 100000111 1000011 11101

Color Harmonies of #3F197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F197D

Black with #3F197D

Text Example


Text Example

White with #3F197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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