Html Css Color HEX #3F189D Persian Indigo

📋 copy color: '#3F189D'

red 63 ◦ green 24 ◦ blue 157

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

Shades of Persian Indigo #3F189D

Tints of Persian Indigo #3F189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.34%

R = 25.82%
G = 9.84%
B = 64.34%

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

#3F189D (or 0x3F189D) is known color: Persian Indigo. HEX triplet: 3F, 18 and 9D. RGB value is (63,24,157). Sum of RGB (Red+Green+Blue) = 63+24+157=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F189D is #C0E762. Grayscale: #323232. Windows color (decimal): -12642147 or 10295359. OLE color: 10295359.

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

Color convert

RGB 63 24 157 -
CMYK 0.60 0.85 0 0.38
HSL 257.59º 0.73% 0.35% -
HSV(B) 257.59º 0.85% 0.62% -
XYZ 8.46 4.14 32.25 -
YUV 50.82 187.92 136.69 -
System Red Green Blue C M Y K H S L
Decimal 63 24 157 0.60 0.85 0 0.38 257.59 0.73 0.35
Hex 3F 18 9D 3C 55 0 26 102 49 23
Octal 77 30 235 74 125 0 46 402 111 43
Binary 111111 11000 10011101 111100 1010101 0 100110 100000010 1001001 100011

Color Harmonies of #3F189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F189D

Black with #3F189D

Text Example


Text Example

White with #3F189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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