Html Css Color HEX #3F159B Persian Indigo

📋 copy color: '#3F159B'

red 63 ◦ green 21 ◦ blue 155

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

Shades of Persian Indigo #3F159B

Tints of Persian Indigo #3F159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

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

R = 26.36%
G = 8.79%
B = 64.85%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F159B (or 0x3F159B) is known color: Persian Indigo. HEX triplet: 3F, 15 and 9B. RGB value is (63,21,155). Sum of RGB (Red+Green+Blue) = 63+21+155=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F159B is #C0EA64. Grayscale: #303030. Windows color (decimal): -12642917 or 10163519. OLE color: 10163519.

HSL color Cylindrical-coordinate representation of color #3F159B: hue angle of 258.81º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F159B is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 21 155 -
CMYK 0.59 0.86 0 0.39
HSL 258.81º 0.76% 0.35% -
HSV(B) 258.81º 0.86% 0.61% -
XYZ 8.23 3.96 31.34 -
YUV 48.83 187.91 138.1 -
System Red Green Blue C M Y K H S L
Decimal 63 21 155 0.59 0.86 0 0.39 258.81 0.76 0.35
Hex 3F 15 9B 3B 56 0 27 103 4C 23
Octal 77 25 233 73 126 0 47 403 114 43
Binary 111111 10101 10011011 111011 1010110 0 100111 100000011 1001100 100011

Color Harmonies of #3F159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F159B

Black with #3F159B

Text Example


Text Example

White with #3F159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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