Html Css Color HEX #3F189C Persian Indigo

📋 copy color: '#3F189C'

red 63 ◦ green 24 ◦ blue 156

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

Shades of Persian Indigo #3F189C

Tints of Persian Indigo #3F189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 64.2%

R = 25.93%
G = 9.88%
B = 64.2%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F189C (or 0x3F189C) is known color: Persian Indigo. HEX triplet: 3F, 18 and 9C. RGB value is (63,24,156). Sum of RGB (Red+Green+Blue) = 63+24+156=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F189C is #C0E763. Grayscale: #323232. Windows color (decimal): -12642148 or 10229823. OLE color: 10229823.

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

Color convert

RGB 63 24 156 -
CMYK 0.60 0.85 0 0.39
HSL 257.73º 0.73% 0.35% -
HSV(B) 257.73º 0.85% 0.61% -
XYZ 8.38 4.11 31.8 -
YUV 50.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 63 24 156 0.60 0.85 0 0.39 257.73 0.73 0.35
Hex 3F 18 9C 3C 55 0 27 102 49 23
Octal 77 30 234 74 125 0 47 402 111 43
Binary 111111 11000 10011100 111100 1010101 0 100111 100000010 1001001 100011

Color Harmonies of #3F189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F189C

Black with #3F189C

Text Example


Text Example

White with #3F189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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