Html Css Color HEX #3F189F Persian Indigo

📋 copy color: '#3F189F'

red 63 ◦ green 24 ◦ blue 159

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

Shades of Persian Indigo #3F189F

Tints of Persian Indigo #3F189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.76%

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 25.61%
G = 9.76%
B = 64.63%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F189F (or 0x3F189F) is known color: Persian Indigo. HEX triplet: 3F, 18 and 9F. RGB value is (63,24,159). Sum of RGB (Red+Green+Blue) = 63+24+159=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F189F is #C0E760. Grayscale: #323232. Windows color (decimal): -12642145 or 10426431. OLE color: 10426431.

HSL color Cylindrical-coordinate representation of color #3F189F: hue angle of 257.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F189F is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 24 159 -
CMYK 0.60 0.85 0 0.38
HSL 257.33º 0.74% 0.36% -
HSV(B) 257.33º 0.85% 0.62% -
XYZ 8.63 4.21 33.16 -
YUV 51.05 188.92 136.52 -
System Red Green Blue C M Y K H S L
Decimal 63 24 159 0.60 0.85 0 0.38 257.33 0.74 0.36
Hex 3F 18 9F 3C 55 0 26 101 4A 24
Octal 77 30 237 74 125 0 46 401 112 44
Binary 111111 11000 10011111 111100 1010101 0 100110 100000001 1001010 100100

Color Harmonies of #3F189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F189F

Black with #3F189F

Text Example


Text Example

White with #3F189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,24,159); }

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

background-color css

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

 a { background-color: rgb(63,24,159); }

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

border-color css

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

 span { border-color: rgb(63,24,159); }

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